Skip to content

Commit fd35623

Browse files
author
LamNguyen176
committed
stable version
1 parent c11499d commit fd35623

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,6 @@ example/ios/build
8787
example/ios/Podfile.lock
8888

8989
yarn.lock
90-
.yarn/*
90+
.yarn/cache
91+
.yarn/plugins
92+
.yarn/releases

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-crypto-algorithm",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "Native Module using Kotlin & Swift for React-Native",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",

0 commit comments

Comments
 (0)