Skip to content

Commit

Permalink
0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kinglozzer committed Mar 24, 2021
1 parent 2372c6b commit ed20745
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
### Removed

### Fixed
## [0.3.1]
### Fixed
- Issues with numbers in translation keys (#12)

## [0.3.0]
### Added
- Support for generic open & closed block statements (e.g. cacheinclude cache statements)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.kinglozzer'
version '0.3.0'
version '0.3.1'

sourceSets {
main.java.srcDirs = ['src/main/java', 'src/main/gen']
Expand Down

0 comments on commit ed20745

Please sign in to comment.