Skip to content

Commit a6aa8de

Browse files
committed
bump version to 1.0.3
1 parent ce16588 commit a6aa8de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [1.0.2] - 2025.01.06
5+
## [1.0.3] - 2025.01.06
66

77
### Added
88
- **Customizable Analysis Response**: Introduced a major new feature allowing clients to define their own data structure for the analysis result.

veview-sdk/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android {
1414
}
1515
defaultConfig {
1616
minSdk = 24
17-
version = "1.0.2.02"
17+
version = "1.0.3"
1818

1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
consumerProguardFiles("consumer-rules.pro")

0 commit comments

Comments
 (0)