Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmunro committed May 7, 2018
1 parent 8df1e9a commit 5d398bc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "react-native-spotlight-search",
"version": "0.2.1",
"version": "1.1.0",
"description": "A React Native module for iOS that provides Spotlight search functionality.",
"main": "index.js",
"files": ["index.js", "ios/*"],
"files": [
"index.js",
"ios/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 5d398bc

Please sign in to comment.