Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvatne committed Mar 25, 2016
1 parent 024278a commit 98a9de9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-overlay",
"version": "0.4.1",
"version": "0.4.2",
"description": "An <Overlay /> component that brings content inside to the front of the view regardless of its current position in the component tree.",
"main": "Overlay.ios.js",
"author": "Brent Vatne <[email protected]> (https://github.com/brentvatne)",
Expand Down
2 changes: 1 addition & 1 deletion react-native-overlay.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "react-native-overlay"
s.version = "0.4.1"
s.version = "0.4.2"
s.summary = "An <Overlay /> component that brings content inside to the front of the view regardless of its current position in the component tree."

s.homepage = "https://github.com/brentvatne/react-native-overlay"
Expand Down

0 comments on commit 98a9de9

Please sign in to comment.