3 Commits 39aa234d6f ... 1b0dcecc01

Author SHA1 Message Date
  Warafear 1b0dcecc01 Merge tag '0.13.1' into develop 6 months ago
  Warafear 84b1981780 Merge branch 'release/0.13.1' 6 months ago
  Warafear a464cc3802 updated versions 6 months ago
3 changed files with 3 additions and 3 deletions
  1. 1 1
      package.json
  2. 1 1
      src/assets/i18n/de.json
  3. 1 1
      src/assets/i18n/en.json

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "dndtools",
-  "version": "0.13.0",
+  "version": "0.13.1",
   "scripts": {
     "ng": "ng",
     "start": "nx serve",

+ 1 - 1
src/assets/i18n/de.json

@@ -860,6 +860,6 @@
     "hint": "Die App befindet sich immer noch in einem Entwicklungsstadium und es können Fehler auftreten",
     "issues": "<p>Fehler und Anmerkungen bitte auf dem <a href='https://gogs.koljastrohm-games.com/Warafear/DNDTools/issues'>Git-Server in Issues</a> vermerken.<p>",
     "okay": "Verstanden",
-    "version": "0.13.0"
+    "version": "0.13.1"
   }
 }

+ 1 - 1
src/assets/i18n/en.json

@@ -855,7 +855,7 @@
     "hint": "The app is still in a development stage and errors may occur",
     "issues": "<p>Please note errors and comments on the <a href='https://gogs.koljastrohm-games.com/Warafear/DNDTools/issues'>Git server in Issues</a>.<p>",
     "okay": "Understood",
-    "version": "0.13.0",
+    "version": "0.13.1",
     "test": "Test"
   }
 }