Skip to content

Commit

Permalink
0.30.0-beta2, fixed debiai-gui documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomansion committed Nov 6, 2024
1 parent 4384eb5 commit 7868a7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions debiaiServer/debiai_gui_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@ def create_folder(path=None):

def bash_info():
print(
colored("Usage: ", DEBUG_COLOR) + "debiai_gui [OPTIONS] COMMAND DATA_PATH\n\n"
colored("Usage: ", DEBUG_COLOR) + "debiai-gui [OPTIONS] COMMAND DATA_PATH\n\n"
"\t"
"Use the line below to run the app: \n\n"
"\t\t"
"$ debiai_gui"
"$ debiai-gui"
+ colored(" start")
+ colored(" ./debiai_data\n\n")
+ colored("Options:\n", DEBUG_COLOR)
Expand Down
2 changes: 1 addition & 1 deletion debiaiServer/swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: "2.0"
info:
version: 0.30.0-beta1
version: 0.30.0-beta2
title: DebiAI_BACKEND_API
description: DebiAI backend api
contact:
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "debiai_frontend",
"version": "0.30.0-beta1",
"version": "0.30.0-beta2",
"description": "Frontend for Debiai, made with Vuejs",
"license": "Apache-2.0",
"scripts": {
Expand Down

0 comments on commit 7868a7b

Please sign in to comment.