Skip to content

Commit fd2f0b9

Browse files
[Dev] Fix update version github action (#705)
* test * Updating package version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3061e97 commit fd2f0b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

example/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"@react-native-community/eslint-config": "^2.0.0",
2525
"@types/react": "^18.0.14",
2626
"@types/react-native": "^0.69.1",
27+
"@types/prop-types": "^15.7.12",
2728
"babel-jest": "^26.6.3",
2829
"eslint": "^7.32.0",
2930
"jest": "^26.6.3",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-pdftron",
33
"title": "React Native Pdftron",
4-
"version": "3.0.4-13",
4+
"version": "3.0.4-14",
55
"description": "React Native Pdftron",
66
"main": "./lib/index.js",
77
"typings": "index.ts",

0 commit comments

Comments
 (0)