Skip to content

Commit

Permalink
Update min API versions
Browse files Browse the repository at this point in the history
  • Loading branch information
megasanjay committed Apr 15, 2022
1 parent e2dfca5 commit 7d6b4bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ import { useDatasetsStore } from "./store/datasets";
import { useTokenStore } from "./store/access.js";
import { useConfigStore } from "./store/config.js";
const MIN_API_VERSION = "0.0.1";
const MIN_API_VERSION = "1.3.0";
export default {
name: "App",
Expand Down
2 changes: 1 addition & 1 deletion src/pyflask/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
fileExistInFolder,
)

API_VERSION = "1.2.0"
API_VERSION = "1.3.0"


app = Flask(__name__)
Expand Down

0 comments on commit 7d6b4bc

Please sign in to comment.