Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-01-05 19:36:36 +0300
committerJulius Härtl <jus@bitgrid.net>2022-01-05 19:36:36 +0300
commite74c8c7a8248f15bacfadbafc24c71d891f38f08 (patch)
treeb95619e5ab060f511228972a87db6aa74472984f
parentad785b0ee62faa24b45ff3d6a7d84a8cdd2abefe (diff)
Bump version to 10.0.2v10.0.2
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md7
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json2
3 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7832656f..a8c15c0b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 10.0.2
+
+### Fixed
+
+- #1857 Fix double use of the same variable @CarlSchwan
+
+
## 10.0.1
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 13a8dbd5..8f9c23f0 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,7 +10,7 @@ Folders can be configured from *Group folders* in the admin settings.
After a folder is created, the admin can give access to the folder to one or more groups, control their write/sharing permissions and assign a quota for the folder.
Note: Encrypting the contents of group folders is currently not supported.]]></description>
- <version>10.0.1</version>
+ <version>10.0.2</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>GroupFolders</namespace>
diff --git a/package.json b/package.json
index 0bc1d407..d072fb05 100644
--- a/package.json
+++ b/package.json
@@ -46,5 +46,5 @@
"vue-click-outside": "^1.1.0",
"whatwg-fetch": "^3.6.2"
},
- "version": "10.0.1"
+ "version": "10.0.2"
} \ No newline at end of file