Skip to content

Commit

Permalink
Updated version to 0.8.4.
Browse files Browse the repository at this point in the history
Trying a clean rebuild, the previous one might have had caches setting the platform wrong.
  • Loading branch information
gbevin committed Nov 14, 2024
1 parent 9155c91 commit 2f3f9c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## [Unreleased]

- Fix for crash with IDEA 2024.3.

## [0.8.3] - 2024-11-14

- Fix for crash with IDEA 2024.3.
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginGroup = rife.idea
pluginName = RIFE2
pluginRepositoryUrl = https://github.com/rife2/rife2-idea
# SemVer format -> https://semver.org
pluginVersion = 0.8.3
pluginVersion = 0.8.4

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 233
Expand All @@ -27,7 +27,7 @@ gradleVersion = 8.10.2
kotlin.stdlib.default.dependency = false

# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
org.gradle.configuration-cache = true
org.gradle.configuration-cache = false

# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
org.gradle.caching = true
org.gradle.caching = false

0 comments on commit 2f3f9c8

Please sign in to comment.