Skip to content

Commit

Permalink
1.0.17 (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Roskopf <joseph.thomas.roskopf@gmail.com>
  • Loading branch information
j-roskopf and j-roskopf committed Oct 3, 2023
1 parent e2ccbdf commit 23dc53f
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
@@ -1,5 +1,8 @@
# Module Maker Changelog

## [1.0.17]
- Attempt to fix crash on startup

## [1.0.16]
- Finished Compose UI migration (all UI is now in Compose!)
- Added basic telemetry. There is no project or user specific data collected, just general module settings used when creating a module.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginGroup = com.joetr.modulemaker
pluginName = ModuleMaker
pluginRepositoryUrl = https://github.com/j-roskopf/ModuleMakerPlugin
# SemVer format -> https://semver.org
pluginVersion = 1.0.16
pluginVersion = 1.0.17

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 222
Expand Down

0 comments on commit 23dc53f

Please sign in to comment.