Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgxvii committed Jan 25, 2024
1 parent 15f8795 commit 5067214
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.0",
"version": "4.4.1",
"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.0"
const val project = "4.4.1"

const val java = 17

Expand Down

0 comments on commit 5067214

Please sign in to comment.