Skip to content

Commit

Permalink
Bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robhogan committed Sep 22, 2022
1 parent 02bd285 commit d60ec22
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ build/
.gradle
local.properties
*.iml
RNSecureRandomExample/
RNSecureRandomExample/
flow-typed/
__tests__/
2 changes: 1 addition & 1 deletion RNSecureRandomExample/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ PODS:
- React-jsi (= 0.69.4)
- React-logger (= 0.69.4)
- React-perflogger (= 0.69.4)
- RNSecureRandom (1.0.0):
- RNSecureRandom (1.0.1):
- React
- SocketRocket (0.6.0)
- Yoga (1.14.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-securerandom",
"version": "1.0.0",
"version": "1.0.1",
"description": "Generate cryptographically-secure random bytes in react native",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d60ec22

Please sign in to comment.