Skip to content

Commit f493b50

Browse files
committed
chore: up project version to 4.4.13
1 parent 0fb87ca commit f493b50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

authorizer-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "authorizer-app",
3-
"version": "4.4.12",
3+
"version": "4.4.13",
44
"description": "Simple app to authorize to collect data from third party services ",
55
"repository": {
66
"type": "git",
@@ -48,4 +48,4 @@
4848
"gzipper": "^7.1.0",
4949
"typescript": "~4.8.2"
5050
}
51-
}
51+
}

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@Suppress("ConstPropertyName")
22
object Versions {
3-
const val project = "4.4.12"
3+
const val project = "4.4.13"
44

55
const val java = 17
66

0 commit comments

Comments
 (0)