podspec version bump major

This commit is contained in:
Andy Prock 2016-01-02 11:05:05 -08:00
parent 1830ed68f8
commit 563bac71d5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'react-native-tcp'
s.version = '0.5.0'
s.version = '1.0.0'
s.summary = 'node\'s net API in React Native.'
s.description = <<-DESC
Enables accessing tcp sockets in React Native.