Skip to content

Commit

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

### Fixed
## [0.0.2]

### Fixed
- Some include files wouldn’t be recognised as valid in SS4 projects

## [0.0.1]

- Initial release
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.0.1'
version '0.0.2'

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

0 comments on commit 3493298

Please sign in to comment.