Skip to content

Commit

Permalink
chore: Update version information
Browse files Browse the repository at this point in the history
  • Loading branch information
PindleskinY committed Mar 24, 2021
1 parent 84aac05 commit b814781
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flask-state",
"version": "1.0.8",
"version": "1.1.0",
"description": "Flask-States is a visual plug-in based on flask. It can record the local state every minute and read the status of redis if you have configured redis,and generate data chart to show to users through Echarts.",
"main": "./packages/index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flask-state",
"version": "1.0.8",
"version": "1.1.0",
"description": "Flask-States is a visual plug-in based on flask. It can record the local state every minute and read the status of redis if you have configured redis,and generate data chart to show to users through Echarts.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/flask_state/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.8"
__version__ = "1.1.0"

0 comments on commit b814781

Please sign in to comment.