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 Jul 14, 2022
1 parent 3674aaa commit 2ad29d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Please see the github repository for a complete list of changes: https://github.com/simonpoole/OpeningHoursFragment/commits/master

0.13.0:
- Support running as a 1 level deep nested Fragment
- Update translations

0.12.0:
- Update parser dependency

Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ apply plugin: 'maven-publish'
apply plugin: 'signing'
apply plugin: "jacoco"

version = '0.12.0'
version = '0.13.0'
def libName = "OpeningHoursFragment"

task updateTranslations(type: Exec) {
Expand Down

0 comments on commit 2ad29d4

Please sign in to comment.