Skip to content

Commit

Permalink
Bump versions and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Mar 27, 2021
1 parent 946e2f9 commit 24d0edb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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.9.2: Update translations

0.9.1: Move to sonatype / maven central for publishing

0.9.0: Multi-error support
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ repositories {

``` groovy
dependencies {
compile "ch.poole:OpeningHoursFragment:0.9.1"
compile "ch.poole:OpeningHoursFragment:0.9.2"
}
```
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.9.1'
version = '0.9.2'
def libName = "OpeningHoursFragment"

task updateTranslations(type: Exec) {
Expand Down

0 comments on commit 24d0edb

Please sign in to comment.