Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kinglozzer committed Sep 27, 2021
1 parent f7cb864 commit 65cedbc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,20 @@
### Added

### Changed
- More flexible <% require %> syntax
- Replaced usage of IntelliJ internal API
- Replaced usage of deprecated APIs
- Removed usage of experimental APIs

### Deprecated

### Removed

### Fixed

## [1.0.3]
### Changed
- More flexible <% require %> syntax
- Replaced usage of IntelliJ internal API
- Replaced usage of deprecated APIs
- Removed usage of experimental APIs

### Fixed
- Issue with lookups annotations

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 '1.0.2'
version '1.0.3'

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

0 comments on commit 65cedbc

Please sign in to comment.