diff --git a/CHANGELOG.md b/CHANGELOG.md
index 240f197e..eb8c99d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 0.1.1 - 2024-02-04
+
+### Added
+
+- Add more information to info.xml #476
+
## 0.1.0 - 2024-02-04
Initial release of the inventory app
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 49c97307..ea639837 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -15,7 +15,7 @@
* Assign unique UUIDs and find item instances by scanning their GTIN or QR code
* Assign tags to items and search by tag
]]>
- 0.1.0
+ 0.1.1
agpl
Raimund Schlüßler
Inventory
diff --git a/package-lock.json b/package-lock.json
index a8e6a012..ad3f8b5f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "inventory",
- "version": "0.1.0",
+ "version": "0.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "inventory",
- "version": "0.1.0",
+ "version": "0.1.1",
"license": "AGPLv3",
"dependencies": {
"@nextcloud/axios": "2.4.0",
diff --git a/package.json b/package.json
index 8608576d..cb5f5956 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "inventory",
"description": "Nextcloud - Inventory",
- "version": "0.1.0",
+ "version": "0.1.1",
"author": {
"name": "Raimund Schlüßler",
"email": "raimund.schluessler@mailbox.org"