Skip to content

Commit

Permalink
updated version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
embernet committed May 4, 2024
1 parent ad4983f commit 0d26b5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import uuid
from prometheus_flask_exporter import PrometheusMetrics

VERSION = "0.3.1"
VERSION = "0.3.2"
server_instance_id = str(uuid.uuid4())

app = Flask(__name__)
Expand Down
2 changes: 1 addition & 1 deletion web_ui/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ import StatusBar from './StatusBar';
import Carousel from './Carousel';
import SidekickModalDialog from './SidekickModalDialog';

const VERSION = "0.3.1";
const VERSION = "0.3.2";

const ScriptIcon = SmartDisplayOutlinedIcon;
const ScriptsExplorerIcon = SubscriptionsOutlinedIcon;
Expand Down

0 comments on commit 0d26b5b

Please sign in to comment.