Skip to content

Commit

Permalink
bump 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesstrange2 committed Apr 18, 2023
1 parent 31315c2 commit 0771de2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"postcommit": "git update-index --again",
"prepare": "husky install"
},
"version": "1.6.0-beta5",
"version": "1.6.0",
"lint-staged": {
"src/**/*.{js,json,yaml,vue}": [
"eslint --fix --quiet --cache"
Expand Down
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import pjson from "../package.json";

// --- Defaults ---
let env = "production",
apiBase = "https://voucher-admin.neontribe.org/api",
apiBase = "https://voucher-admin.alexandrarose.org.uk/api",
appVersion = pjson.version;

// --- Env Specific ---
Expand Down

0 comments on commit 0771de2

Please sign in to comment.