Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Aug 2, 2018
1 parent 5442b1a commit f17ab56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Please see the github repository for a complete list of changes: https://github.com/simonpoole/OpeningHoursFragment/commits/master

0.5.3: Fix issue with day offsets not being displayed for end dates, update translations.

0.5.2: Enable RTL support (but there are no such translations currently), show templates for specific key at top of list, update translations.

0.5.1: Properly enable save button
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply plugin: 'com.android.library'
apply plugin: 'maven-publish'
apply plugin: "jacoco"

version = '0.5.2'
version = '0.5.3'
def libName = "OpeningHoursFragment"

task updateTranslations(type: Exec) {
Expand Down

0 comments on commit f17ab56

Please sign in to comment.