Skip to content

Commit

Permalink
set version to 10.3 (#24)
Browse files Browse the repository at this point in the history
* raise version number
* update changelog
  • Loading branch information
a4z authored Dec 7, 2020
1 parent e7201e7 commit cfc2fdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

## [Unreleased]
### Fixed
- set pluginUntilBuild = 203.* to work with latest IntelliJ Platform

### [0.10.2]
- interfaces can now have `const` methods.

## [0.10.1]
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pluginGroup = com.github.cross_language_cpp.djinni_intellij_plugin
pluginName_ = djinni-intellij-plugin
pluginVersion = 0.10.2
pluginVersion = 0.10.3
pluginSinceBuild = 193
pluginUntilBuild = 203.*

Expand Down

0 comments on commit cfc2fdd

Please sign in to comment.