Skip to content

Commit

Permalink
chore: bump version 3.3.4 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
DSergiu committed Nov 1, 2022
1 parent 5444102 commit 66a948b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# Changelog

# 3.3.5

- Prevent closing hCaptcha view on loading container click

# 3.3.4

- Rename `ic_logo` drawable to avoid possible collisions with a host app's drawables
- Prevent closing hCaptcha view on loading container click

# 3.3.3

Expand Down
4 changes: 2 additions & 2 deletions sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ android {
// See https://developer.android.com/studio/publish/versioning
// versionCode must be integer and be incremented by one for every new update
// android system uses this to prevent downgrades
versionCode 23
versionCode 22

// version number visible to the user
// should follow semantic versioning (See https://semver.org)
versionName "3.3.5"
versionName "3.3.4"

buildConfigField 'String', 'VERSION_NAME', "\"${defaultConfig.versionName}_${defaultConfig.versionCode}\""

Expand Down

0 comments on commit 66a948b

Please sign in to comment.