Skip to content

Commit

Permalink
- [release] v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Apr 15, 2022
1 parent 303804e commit 97fa4ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maven stuff
GROUP=com.mikepenz
VERSION_NAME=1.3.0-rc01
VERSION_NAME=1.3.0
VERSION_CODE=1300

POM_URL=https://github.com/mikepenz/storyblok-mp-SDK
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ class Storyblok constructor(
private const val API_ENDPOINT = "api.storyblok.com"
private const val API_VERSION = "v2"

private const val SDK_VERSION = "1.3.0-rc01"
private const val SDK_VERSION = "1.3.0"
private const val SDK_USER_AGENT = "storyblok-sdk-android/$SDK_VERSION"

private const val VERSION_PUBLISHED = "published"
Expand Down

0 comments on commit 97fa4ed

Please sign in to comment.