Skip to content

Commit f7b7aa0

Browse files
committed
updating packaged version
1 parent f338f4f commit f7b7aa0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/node_modules
22
/.idea
3-
/package-lock.json
3+
package-lock.json
44
/.DS_Store

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-markdown-renderer",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"description": "Markdown renderer for react-native, with CommonMark spec support + adds syntax extensions & sugar (URL autolinking, typographer).",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)