Skip to content

Commit

Permalink
Merge pull request #557 from FWDekker/release
Browse files Browse the repository at this point in the history
Prepare for v3.3.4
  • Loading branch information
FWDekker authored Jan 17, 2025
2 parents ce4e8c4 + 64f874f commit f5f7400
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog
### 9.9.9-unreleased
## 3.3.4 -- 2025-01-17
### Changed
* Refreshed (encrypted) bug reporter token. ([#548](https://github.com/FWDekker/intellij-randomness/issues/548))

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group=com.fwdekker
# Version number should also be updated in `com.fwdekker.randomness.PersistentSettings.Companion.CURRENT_VERSION`.
version=3.3.3
version=3.3.4

# Compatibility
# * `pluginSinceBuild`:
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/com/fwdekker/randomness/Settings.kt
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ internal class PersistentSettings : PersistentStateComponent<Element> {
/**
* The currently-running version of Randomness.
*/
const val CURRENT_VERSION: String = "3.3.3" // Synchronize this with the version in `gradle.properties`
const val CURRENT_VERSION: String = "3.3.4" // Synchronize this with the version in `gradle.properties`
}
}

0 comments on commit f5f7400

Please sign in to comment.