Skip to content

Commit

Permalink
Update plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
Arham4 committed Oct 23, 2023
1 parent 32dfbc9 commit 6c1cbd5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.1.4] - 2023-10-22

### Added

- Add struct autocompletion for params.
- Add error verification of struct param values.
- Fix enum error verification.
- Add more descriptive error messages for error verification.

## [1.1.3] - 2023-09-14

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.arham4.gamecacheconfigplugin
pluginName = game-cache-config-plugin
pluginRepositoryUrl = https://github.com/shantyps/game-cache-config-plugin
# SemVer format -> https://semver.org
pluginVersion = 1.1.3
pluginVersion = 1.1.4

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

0 comments on commit 6c1cbd5

Please sign in to comment.