Skip to content

Commit

Permalink
0.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kinglozzer committed Mar 19, 2021
1 parent e234f97 commit 68a5983
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog

## [Unreleased]
### Added

### Changed

### Deprecated

### Removed

### Fixed
## [0.2.3]
### Fixed
- Further issues with how $Variables without {} braces were handled

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.2.2'
version '0.2.3'

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

0 comments on commit 68a5983

Please sign in to comment.