From a6b2946c91601da93b2db22dc2ecc7b6dbeb35b5 Mon Sep 17 00:00:00 2001 From: simonpoole Date: Mon, 5 Aug 2024 15:45:27 +0200 Subject: [PATCH] Bump version and update change log --- CHANGELOG.txt | 9 +++++++++ lib/build.gradle | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5f3afbb..2f2a67f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,14 @@ Please see the github repository for a complete list of changes: https://github.com/simonpoole/OpeningHoursFragment/commits/master +0.13.5: +- Migrate to hard fork of NumberPickerView + +0.13.4: +- Check that token is actually present in exceptions + +0.13.3: +- Save the value of useFragmentCallback + 0.13.2: - Fix fragment mode if onAttach is called before onCreateView diff --git a/lib/build.gradle b/lib/build.gradle index 1eb4405..46826af 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -22,7 +22,7 @@ apply plugin: 'signing' apply plugin: "jacoco" apply plugin: "com.github.breadmoirai.github-release" -version = '0.13.4' +version = '0.13.5' def libName = "OpeningHoursFragment" task updateTranslations(type: Exec) {