Skip to content

Commit

Permalink
[update-version] to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasstein committed Jun 21, 2024
1 parent fdcfe84 commit b8bb6a2
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>2.0.1-SNAPSHOT</version>
<version>2.1.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": "2.0.1-SNAPSHOT",
"version": "2.1.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": "2.0.1-SNAPSHOT"
"dompurify-bundle": "2.1.0"
},
"optionalDependencies": {
"dn_intro": "^2.0.5"
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": "2.0.1-SNAPSHOT",
"version": "2.1.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 b8bb6a2

Please sign in to comment.