From 688de4c9a594d6f5f8029168bdf8d74df1d832d9 Mon Sep 17 00:00:00 2001 From: bfung Date: Mon, 30 Mar 2026 15:28:57 -0700 Subject: [PATCH 1/2] Fix release typo --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index a6992338..ab28cc03 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -69,5 +69,5 @@ dependencies { implementation "com.pdftron:pdftron:11.12.0" implementation "com.pdftron:tools:11.12.0" - implementation "com.pdftron:collab:11.1.0" + implementation "com.pdftron:collab:11.12.0" } From e9f3f750d8e1eb3efc60277d17fd4f0cd749026a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 22:30:04 +0000 Subject: [PATCH 2/2] Updating package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6143adae..ef935c2d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-pdftron", "title": "React Native Pdftron", - "version": "3.0.4-28", + "version": "3.0.4-29", "description": "React Native Pdftron", "main": "./lib/index.js", "typings": "index.ts",