diff --git a/android/build.gradle b/android/build.gradle index 691b0147..c1f117e3 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -2,7 +2,7 @@ * Contains gradle configuration constants */ ext { - PSPDFKIT_VERSION = '6.3.0' + PSPDFKIT_VERSION = '6.4.0' } buildscript { diff --git a/package-lock.json b/package-lock.json index 5bc9299b..f8dfe5dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-pspdfkit", - "version": "1.29.3", + "version": "1.29.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b566006e..aee87702 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-pspdfkit", - "version": "1.29.3", + "version": "1.29.4", "description": "A React Native module for the PSPDFKit library.", "keywords": [ "react native", diff --git a/samples/Catalog/package.json b/samples/Catalog/package.json index 00506d8d..7a9de85d 100644 --- a/samples/Catalog/package.json +++ b/samples/Catalog/package.json @@ -1,6 +1,6 @@ { "name": "Catalog", - "version": "1.29.3", + "version": "1.29.4", "private": true, "scripts": { "start": "react-native start", diff --git a/samples/NativeCatalog/package.json b/samples/NativeCatalog/package.json index eceb19a8..eabebf46 100644 --- a/samples/NativeCatalog/package.json +++ b/samples/NativeCatalog/package.json @@ -1,6 +1,6 @@ { "name": "NativeCatalog", - "version": "1.29.3", + "version": "1.29.4", "private": true, "scripts": { "android": "react-native run-android",