Skip to content

Commit

Permalink
- CHG: Prepared 4.1.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-raubach committed Nov 9, 2020
1 parent 1e90b32 commit 98c3d4f
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": "gatekeeper",
"version": "4.0.0",
"version": "4.1.1",
"description": "",
"author": "Sebastian Raubach",
"homepage": "https://ics.hutton.ac.uk/get-germinate",
Expand Down
2 changes: 1 addition & 1 deletion src/lang/en_GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"errorMessageInvalidUsernamePassword": "Invalid username or password",
"errorMessageActivationInvalidKey": "Invalid activation key. This can happen if the account has already been activated.",
"errorMessageNoActivationKey": "No activation key provided.",
"appVersion": "4.0.0",
"appVersion": "4.1.1",
"formLabelEmail": "Email address",
"formLabelCurrentPassword": "Old password",
"formLabelUsername": "Username",
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Vue.filter('toDate', function (value) {
})

// Set base URL
var baseUrl = 'http://localhost:8080/gatekeeper/v4.0.0/api/'
var baseUrl = './api/'

if (process.env.VUE_APP_BASE_URL) {
baseUrl = process.env.VUE_APP_BASE_URL
Expand Down

0 comments on commit 98c3d4f

Please sign in to comment.