Skip to content

Commit 28cefbd

Browse files
authored
Merge pull request #84 from klippa-app/development
bump ios and android sdk versions.
2 parents eda58fe + b57ae22 commit 28cefbd

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.0.5
2+
3+
* Bumped Android to 4.0.10
4+
* Bumped iOS to 2.0.9
5+
16
## 1.0.4
27

38
* Bumped iOS to 2.0.7

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ repositories {
8888
}
8989

9090
dependencies {
91-
def fallbackKlippaScannerVersion = "4.0.8"
91+
def fallbackKlippaScannerVersion = "4.0.10"
9292
def klippaScannerVersion = project.hasProperty('klippaScannerVersion') ? project.klippaScannerVersion : fallbackKlippaScannerVersion
9393

9494
//noinspection GradleDynamicVersion

ios/.sdk_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.7
1+
2.0.9

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@klippa/react-native-klippa-scanner-sdk",
33
"title": "React Native Klippa Scanner SDK",
4-
"version": "1.0.4",
4+
"version": "1.0.5",
55
"description": "Allows you to take pictures with the Klippa Scanner SDK from React Native.",
66
"main": "index.js",
77
"files": [

0 commit comments

Comments
 (0)