diff --git a/CHANGELOG.md b/CHANGELOG.md index 353e363..582b522 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.1.9] - 2023-12-12 + +### Bug Fixes + +- Solve some minor issues and update dependencies + ## [1.1.8] - 2023-10-29 ### Bug Fixes diff --git a/gradle.properties b/gradle.properties index 08b1c3c..2a329f0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ pluginName = IntelliJ Expo Plugin pluginRepositoryUrl = https://github.com/KartanHQ/intellij-expo # SemVer format -> https://semver.org -pluginVersion = 1.1.8 +pluginVersion = 1.1.9 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 222