Skip to content

Commit

Permalink
Release 1.0.7
Browse files Browse the repository at this point in the history
Fixed: the podspec file moved to root folder
  • Loading branch information
Sebastian Pernett committed Oct 7, 2019
1 parent db3283a commit 72e1d76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios/RNWifi.podspec → RNWifi.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'json'

package = JSON.parse(File.read(File.join(__dir__, '../package.json')))
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))

Pod::Spec.new do |s|
s.name = "RNWifi"
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-wifi",
"version": "1.0.6",
"version": "1.0.7",
"description": "A react-native implementation for viewing and connecting to Wifi networks on Android and iOS devices.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 72e1d76

Please sign in to comment.