Skip to content

Commit

Permalink
Bump to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nhacsam committed Jan 21, 2017
1 parent 77ea107 commit 872b816
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions example/main.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import Exponent from 'exponent';
import React, { Component } from 'react';
import React from 'react';
import {
StyleSheet,
Text,
View,
Image,
Dimensions,
StatusBar
} from 'react-native';
StatusBar,
} from 'react-native';

import HeaderImageScrollView from 'react-native-image-header-scroll-view';
import tvShowContent from './assets/tvShowContent';
Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "image-header-scroll-view",
"version": "0.0.2",
"version": "0.1.0",
"description": "Exemple project of react-native-image-header-scroll-view",
"author": null,
"private": true,
Expand All @@ -11,6 +11,6 @@
"lodash": "^4.17.4",
"react": "~15.3.2",
"react-native": "git+https://github.com/exponentjs/react-native#sdk-12.0.0",
"react-native-image-header-scroll-view": "^0.0.2"
"react-native-image-header-scroll-view": "^0.1.0"
}
}
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-image-header-scroll-view",
"version": "0.0.2",
"version": "0.1.0",
"description": "ScrollView with an image in header which become a navbar",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 872b816

Please sign in to comment.