From 807041e3ebbe6736f448abc091ef5e6af307d954 Mon Sep 17 00:00:00 2001 From: Adam Drago Date: Sun, 5 Nov 2017 14:20:43 -0800 Subject: [PATCH] Bump version to 0.10.3 --- README.md | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1bc2c1d..a5b526a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Follow [@NegativeJS](https://twitter.com/negativejs) on Twitter for important updates. ## Download -- [Negative v0.10.2 for Mac OS X](https://github.com/atdrago/negative/releases/download/v0.10.2/Negative-v0.10.2.dmg) +- [Negative v0.10.3 for Mac OS X](https://github.com/atdrago/negative/releases/download/v0.10.3/Negative-v0.10.3.dmg) ## User Documentation Please check [negative/releases](https://github.com/atdrago/negative/releases) for details on changes between versions. @@ -57,8 +57,8 @@ Currently only Mac OS X is supported. - `npm run open` - Starts the app from `dist/Negative-darwin-x64/Negative.app` - `npm run build-artifacts` 1. Run `build-sign` - 2. Create `dist/Negative-darwin-x64/Negative-v0.10.2.dmg` - 3. Create `dist/Negative-darwin-x64/Negative-v0.10.2-mac.zip` + 2. Create `dist/Negative-darwin-x64/Negative-v0.10.3.dmg` + 3. Create `dist/Negative-darwin-x64/Negative-v0.10.3-mac.zip` ## About Created by [Adam Drago](http://adamdrago.com). Built on [Electron](http://electron.atom.io/). diff --git a/package.json b/package.json index fecaafc..da9be20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Negative", - "version": "0.10.2", + "version": "0.10.3", "description": "An app for making visual comparisons.", "main": "lib/main.js", "repository": "https://github.com/atdrago/negative.git", @@ -52,4 +52,4 @@ "os": [ "darwin" ] -} +} \ No newline at end of file