Skip to content

Commit a598939

Browse files
authored
Merge pull request #17 from rmrs/update_version
Update version
2 parents b4f5712 + 0afdc1b commit a598939

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-firebaseui",
3-
"version": "v0.1.0",
3+
"version": "v0.1.1",
44
"description": "React Native Firebase Bindings Based on FirebaseUI SDK",
55
"main": "index.js",
66
"repository": {

src/index.android.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// On Android, both Image and Photo view are supported,
2-
// and defaultSource is converted to an uri that the
2+
// and defaultSource is converted to a uri that the
33
// native side can interpret
44
import React, { Component } from 'react'
55
import { requireNativeComponent, Image, Platform } from 'react-native'

0 commit comments

Comments
 (0)