diff --git a/CHANGELOG.md b/CHANGELOG.md index 01b67ecf..b259e1ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,5 @@ # Changelog -### 1.0.1 - -- ignore public shares -- ignore direct shares to user -- catch exception on unrelated entities -- cleaning code -- more tests -- strict comparison of related resources - ### 1.0.0 - clear cache on share creation/deletion diff --git a/Makefile b/Makefile index 039e444c..10bc0e19 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ app_name=Related_Resources build_dir=$(CURDIR)/build/artifacts sign_dir=$(build_dir)/sign package_name=$(shell echo $(app_name) | tr '[:upper:]' '[:lower:]') -version=1.0.1 +version=1.0.0 all: release diff --git a/appinfo/info.xml b/appinfo/info.xml index 82f706e9..21067ee1 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -7,7 +7,7 @@ Displays resources related to current item in right panel. - 1.0.1 + 1.0.0 agpl Maxence Lange RelatedResources