Skip to content

Commit

Permalink
0.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kinglozzer committed Apr 12, 2021
1 parent ad8fda2 commit 0b7ed59
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
Expand Up @@ -9,6 +9,16 @@

### Removed

### Fixed
## [0.3.2]
### Added

### Changed

### Deprecated

### Removed

### Fixed
- Intermittent issues indexing projects (#14)

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.1'
version '0.3.2'

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

0 comments on commit 0b7ed59

Please sign in to comment.