Skip to content

Commit

Permalink
Update plugin version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfromXXII committed Aug 10, 2022
1 parent 354288f commit e859059
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,20 @@

### Security

## [0.3.4]
## [0.3.5]
### Added

### Changed
- Migration of UI components to Kotlin UI DSL 2.
- Download native TinyGo SDK when both native and emulated available.

### Deprecated

### Removed

### Fixed
- `cached GOROOT` resolving.
- Auto imports for TinyGo projects.

### Security

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 = org.jetbrains.tinygoplugin
pluginName_ = tinygo-plugin
pluginVersion = 0.3.4
pluginVersion = 0.3.5
pluginSinceBuild = 222.3345
pluginUntilBuild = 222.*
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
Expand Down

0 comments on commit e859059

Please sign in to comment.