Skip to content

Commit

Permalink
Update plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloYeew committed Aug 14, 2024
1 parent 429e8c2 commit 76fc67c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

- Nothing

## [1.0.2] - 2024-08-14

### Added

- Update IntelliJ platform support to 2024.2

## [1.0.1] - 2024-03-18

### Added
Expand All @@ -33,7 +39,8 @@
- Export color scheme to plugin
- Initial release to plugin marketplace!

[Unreleased]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.1...HEAD
[Unreleased]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.2...HEAD
[1.0.2]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.1...v1.0.2
[1.0.1]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.0...v1.0.1
[1.0.0]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v0.0.2...v1.0.0
[0.0.2]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v0.0.1...v0.0.2
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.github.helloyeew.helloyeewjetbraintheme
pluginName = helloyeew-theme
pluginRepositoryUrl = https://github.com/HelloYeew/helloyeew-jetbrain-theme
# SemVer format -> https://semver.org
pluginVersion = 1.0.1
pluginVersion = 1.0.2

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 233
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
<themeProvider id="8b98b4ae-1012-49e7-b10d-d22f60f4fc73" path="/HelloYeew Light.theme.json"/>
</extensions>

<version>1.0.1</version>
<version>1.0.2</version>
</idea-plugin>

0 comments on commit 76fc67c

Please sign in to comment.