From 3bbd5ddee8f4bd09f42fd3021d939b9b00787d95 Mon Sep 17 00:00:00 2001 From: Duncan Hewett Date: Tue, 25 Oct 2016 19:36:17 -0700 Subject: [PATCH] Update version and fix instructions --- CONTRIBUTING.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ebc4dd80..63747f9d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/package.json b/package.json index c4d47c83..09296652 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bugsnag-react-native", - "version": "0.1.0", + "version": "1.0.0", "license": "MIT", "main": "index.js", "nativePackage": true,