Skip to content

Commit

Permalink
Bump version and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Aug 5, 2024
1 parent 305322a commit a6b2946
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit a6b2946

Please sign in to comment.