Skip to content

Commit

Permalink
release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesstrange2 committed Jan 18, 2021
1 parent 0f446e7 commit 8e4c92f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"lint-check": "eslint-config-prettier .eslintrc.js",
"postcommit": "git update-index --again"
},
"version": "1.4.0-dev",
"version": "1.4.0",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
Expand Down
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// --- Defaults ---
let env = "production",
apiBase = "https://voucher-admin.alexandrarose.org.uk/api",
appVersion = "v1.4.0-dev";
appVersion = "v1.4.0";

// --- Env Specific ---
if (location.hostname.match(/voucher-staging/)) {
Expand Down

0 comments on commit 8e4c92f

Please sign in to comment.