Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nhacsam committed Apr 1, 2017
1 parent d581c61 commit 97a65c6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imageHeaderScrollView",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
Expand All @@ -11,7 +11,7 @@
"react": "~15.4.1",
"react-native": "0.42.0",
"react-native-animatable": "^1.1.0",
"react-native-image-header-scroll-view": "^0.4.0"
"react-native-image-header-scroll-view": "^0.4.1"
},
"devDependencies": {
"babel-jest": "19.0.0",
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-image-header-scroll-view",
"version": "0.4.0",
"version": "0.4.1",
"description": "ScrollView with an image in header which become a navbar",
"main": "src/index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/__tests__/__snapshots__/TriggeringView.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ exports[`TriggeringView renders correctly by default 1`] = `
style={
Object {
"backgroundColor": "white",
"paddingBottom": 125,
"transform": Array [
Object {
"translateY": 125,
Expand Down
1 change: 1 addition & 0 deletions src/__tests__/__snapshots__/index.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ exports[`ImageHeaderScrollView renders correctly by default 1`] = `
style={
Object {
"backgroundColor": "white",
"paddingBottom": 125,
"transform": Array [
Object {
"translateY": 125,
Expand Down

0 comments on commit 97a65c6

Please sign in to comment.