Skip to content

Commit

Permalink
bumped version to 2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AlwinEgger committed Nov 15, 2022
1 parent 32e131d commit 01f6b43
Show file tree
Hide file tree
Showing 5 changed files with 2,075 additions and 1,995 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14.18.2
v10.24.1
4 changes: 2 additions & 2 deletions app/environments/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

function getConfig() {
return {
"API_URL": "http://localhost:8080/api-try/",
"API_WS_URL": "http://localhost:8080/api-try/ws",
"API_URL": "http://localhost:9001/api-try/",
"API_WS_URL": "http://localhost:9001/api-try/ws",
"ENV": "dev",
"version": "2.6.0",
"EMAIL_TO_ADDRESS": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openolitor-admin",
"version": "2.6.3",
"version": "2.6.4",
"private": false,
"dependencies": {
"jquery": "3.2.1",
Expand Down
Loading

0 comments on commit 01f6b43

Please sign in to comment.