Skip to content

Commit

Permalink
[update-version] to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasstein committed Apr 24, 2024
1 parent f166fa8 commit 126e6c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.conterra.devnet</groupId>
<artifactId>mapapps-welcome</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>jar</packaging>
<repositories>
<repository>
Expand Down
4 changes: 2 additions & 2 deletions src/main/js/bundles/dn_welcome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dn_welcome",
"version": "1.4.1-SNAPSHOT",
"version": "2.0.0",
"title": "${bundleName}",
"description": "${bundleDescription}",
"i18n": ["bundle"],
Expand All @@ -10,7 +10,7 @@
"apprt-vue": "^4.12.0",
"apprt-binding": "^4.12.0",
"apprt-vuetify": "^4.12.0",
"dompurify-bundle": "1.4.1-SNAPSHOT"
"dompurify-bundle": "2.0.0"
},
"CSS-Themes-Extension": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/main/js/bundles/dompurify-bundle/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dompurify-bundle",
"version": "1.4.1-SNAPSHOT",
"version": "2.0.0",
"title": "DOMPurify",
"description": "DOMPurify - a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG.",
"main": "index",
Expand Down

0 comments on commit 126e6c0

Please sign in to comment.