Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Bump version to 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
atdrago committed Nov 5, 2017
1 parent 49e55a8 commit 807041e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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/).
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -52,4 +52,4 @@
"os": [
"darwin"
]
}
}

0 comments on commit 807041e

Please sign in to comment.