Skip to content

Commit

Permalink
Update project versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bdegraaf1234 committed Aug 8, 2024
1 parent d809806 commit dd456c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion authorizer-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "authorizer-app",
"version": "4.4.2",
"version": "4.4.4-SNAPSHOT",
"description": "Simple app to authorize to collect data from third party services ",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@Suppress("ConstPropertyName")
object Versions {
const val project = "4.4.3"
const val project = "4.4.4-SNAPSHOT"

const val java = 17

Expand Down

0 comments on commit dd456c7

Please sign in to comment.