Skip to content

Commit 776247b

Browse files
committed
update project version
1 parent 488f4c5 commit 776247b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ios/RNFirebaseUi.podspec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1+
require 'json'
2+
version = JSON.parse(File.read('../package.json'))["version"]
13

24
Pod::Spec.new do |s|
35
s.name = "RNFirebaseUi"
4-
s.version = "v0.0.1-alpha1"
6+
s.version = version
57
s.summary = "RNFirebaseUi"
68
s.description = <<-DESC
79
React Native Firebase Bindings Based on FirebaseUI SDK
810
DESC
911
s.homepage = "https://github.com/rmrs/react-native-firebaseui#readme"
1012
s.license = "MIT"
1113
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
12-
s.author = { "author" => "[email protected]" }
14+
s.author = { "author" => "[email protected]" }
1315
s.platform = :ios, "7.0"
1416
s.source = { :git => "https://github.com/author/RNFirebaseUi.git", :tag => "master" }
1517
s.source_files = "RNFirebaseUi/**/*.{h,m}"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "react-native-firebaseui",
3-
"version": "v0.0.1-alpha8",
3+
"version": "v0.1.0",
44
"description": "React Native Firebase Bindings Based on FirebaseUI SDK",
55
"main": "index.js",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/rmrs/react-native-firebaseui.git"
99
},
1010
"keywords": ["react-native"],
11-
"author": "Erez Rokah <[email protected]>",
11+
"author": "Erez Rokah <[email protected]>",
1212
"license": "MIT",
1313
"peerDependencies": {
1414
"react-native": ">=0.40"

0 commit comments

Comments
 (0)