We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e0763 commit acd40faCopy full SHA for acd40fa
.github/workflows/jsBuilder.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Get Latest package.json
68
run: |
69
git pull origin ${{ github.head_ref }}
70
- git checkout -m origin/master package.json
+ git merge origin/master
71
72
- name: Update package.json
73
run: node scripts/update_version.js
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-native-pdftron",
3
"title": "React Native Pdftron",
4
- "version": "3.0.3-29",
+ "version": "3.0.3-30",
5
"description": "React Native Pdftron",
6
"main": "./lib/index.js",
7
"typings": "index.ts",
0 commit comments