Skip to content

Commit

Permalink
Merge pull request #155 from dhis2/bump-version
Browse files Browse the repository at this point in the history
chore: Bump version
  • Loading branch information
enricocolasante authored Feb 19, 2025
2 parents 18aa56a + 9c51d84 commit a22dee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots") }
}

version = "3.3.4-SNAPSHOT"
version = "3.3.5-SNAPSHOT"
group = "org.hisp.dhis.rules"

if (project.hasProperty("removeSnapshotSuffix")) {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apiCompatibility ="0.17.0"
kotlinxDatetime = "0.6.1"
kotlinJsWrappers = "1.0.0-pre.830"
slf4jApi = "1.7.36"
expressionParser = "1.1.6"
expressionParser = "1.1.7"

[libraries]
kotlin-plugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin" }
Expand Down

0 comments on commit a22dee4

Please sign in to comment.