Skip to content

Commit

Permalink
bumped version to 2.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmpp committed Feb 6, 2023
1 parent 5e04df0 commit 6ffee84
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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:9001/api-try/",
"API_WS_URL": "http://localhost:9001/api-try/ws",
"API_URL": "http://localhost:9001/api-csa1/",
"API_WS_URL": "http://localhost:9001/api-csa1/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.9-RC3",
"version": "2.6.10-RC3",
"private": false,
"dependencies": {
"jquery": "npm:jquery#3.6.0",
Expand Down
4 changes: 2 additions & 2 deletions 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
@@ -1,6 +1,6 @@
{
"name": "openolitor-admin",
"version": "2.6.9-RC3",
"version": "2.6.10-RC3",
"description": "OpenOlitor Client Webapplication - Admin-Portal",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6ffee84

Please sign in to comment.