Skip to content

Commit 7461009

Browse files
committed
New Develop: 2.12.0-dev
1 parent a7d39c1 commit 7461009

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release Notes
22

3+
### Release 2.12.0-dev (2026-05-14)
4+
- . . .
5+
36
### Release 2.11.0 (2026-05-14)
47
- Add Docker environment variables for full-rebuild data move configuration
58
- Change `--no-move` to read protected event IDs from a text file

js/config-base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const ShakeMap = {
1919
};
2020

2121
const config = {
22-
version: "v2.11.0",
22+
version: "v2.12.0-dev",
2323
githubLink: "https://github.com/INGV/shakemap4-web",
2424
disclaimerPage: './disclaimer-ingv.md',
2525
contributorsPage: './contributors-ingv.md',

publiccode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: "INGV - ShakeMap4 Web Page"
77
releaseDate: 2026-05-14
88
url: "https://github.com/INGV/shakemap4-web"
99
landingURL: "https://github.com/INGV/shakemap4-web"
10-
softwareVersion: v2.11.0
10+
softwareVersion: v2.12.0-dev
1111
developmentStatus: stable
1212
softwareType: standalone/other
1313
platforms:

0 commit comments

Comments
 (0)