Skip to content

Commit

Permalink
API-6973: Updated version and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sbogolii-sift committed Jan 30, 2023
1 parent 5fb3268 commit 1869257
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [1.3.0] - 2023-01-30

### Changed
- Updated play-services-location to version 21.0.1

## [1.2.0] - 2022-09-09

### Changed
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=1.2.0
VERSION_NAME=1.3.0
VERSION_CODE=25

GROUP=com.siftscience
Expand Down
2 changes: 1 addition & 1 deletion sift/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {
minSdkVersion 19 // Java 7
targetSdkVersion 31
versionCode 25
versionName '1.2.0'
versionName '1.3.0'

consumerProguardFiles 'proguard-rules.pro'
}
Expand Down

0 comments on commit 1869257

Please sign in to comment.