Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Commit

Permalink
Update version and fix instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan Hewett committed Oct 26, 2016
1 parent fb13cf6 commit 3bbd5dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ to run the example projects.
README documentation badge.
2. Update the changelog with new features and fixes
3. Commit the changes and tag in the format `v[version]`. Push.
4. Publish the package to npm using `npm release`.
4. Publish the package to npm using `npm publish`.
5. Create a new release on GitHub, copying the changelog entry.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bugsnag-react-native",
"version": "0.1.0",
"version": "1.0.0",
"license": "MIT",
"main": "index.js",
"nativePackage": true,
Expand Down

0 comments on commit 3bbd5dd

Please sign in to comment.