Skip to content

Commit

Permalink
Updated version numbers for 3.12 release! Also fixed typo in map conf…
Browse files Browse the repository at this point in the history
…iguration
  • Loading branch information
Hallbergs committed Sep 12, 2023
1 parent 905a046 commit 2d5ee39
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions backend/mapservice/App_Data/map_1.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.9.0",
"version": "3.12.0",
"projections": [
{
"code": "EPSG:3006",
Expand Down Expand Up @@ -434,7 +434,7 @@
"index": 15
},
{
"type": "bookmark",
"type": "bookmarks",
"options": {
"target": "toolbar",
"instruction": "",
Expand Down
4 changes: 2 additions & 2 deletions new-admin/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 new-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hajk-admin",
"version": "3.12.0-rc.2",
"version": "3.12.0",
"description": "Hajk Admin UI",
"homepage": ".",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions new-backend/App_Data/map_1.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.9.0",
"version": "3.12.0",
"projections": [
{
"code": "EPSG:3006",
Expand Down Expand Up @@ -437,7 +437,7 @@
"index": 15
},
{
"type": "bookmark",
"type": "bookmarks",
"options": {
"target": "toolbar",
"instruction": "",
Expand Down
4 changes: 2 additions & 2 deletions new-backend/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 new-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hajk-backend",
"version": "3.12.0-rc.2",
"version": "3.12.0",
"description": "Hajk Backend",
"homepage": ".",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions new-client/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 new-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hajk-client",
"version": "3.12.0-rc.2",
"version": "3.12.0",
"description": "Hajk Client UI",
"homepage": ".",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion new-client/public/appConfig.docker.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"appName": "Hajk",
"version": "3.12.0-rc.2",
"version": "3.12.0",
"mapserviceBase": "/api/v1",
"proxy": "",
"searchProxy": "",
Expand Down
2 changes: 1 addition & 1 deletion new-client/public/appConfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"appName": "Hajk",
"version": "3.12.0-rc.2",
"version": "3.12.0",
"mapserviceBase": "",
"proxy": "",
"searchProxy": "",
Expand Down
2 changes: 1 addition & 1 deletion new-client/public/simpleMapConfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.12.0-rc.2",
"version": "3.12.0",
"projections": [
{
"code": "EPSG:3006",
Expand Down

0 comments on commit 2d5ee39

Please sign in to comment.