Skip to content

Commit

Permalink
Increment the version's patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Marcireau committed Dec 21, 2017
1 parent 25b4c41 commit f4bf665
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Origami is an open-source research tool focused on graphical representations of

## Download

| [<img src="linux.png" width="50px"/>](https://github.com/aMarcireau/origami/releases/download/v0.8.0/Origami-linux-x64.zip) | [<img src="macOs.png" width="50px"/>](https://github.com/aMarcireau/origami/releases/download/v0.8.0/Origami-darwin-x64.zip) | [<img src="windows.png" width="50px"/>](https://github.com/aMarcireau/origami/releases/download/v0.8.0/Origami-win32-x64.zip) |
| [<img src="linux.png" width="50px"/>](https://github.com/aMarcireau/origami/releases/download/v0.8.1/Origami-linux-x64.zip) | [<img src="macOs.png" width="50px"/>](https://github.com/aMarcireau/origami/releases/download/v0.8.1/Origami-darwin-x64.zip) | [<img src="windows.png" width="50px"/>](https://github.com/aMarcireau/origami/releases/download/v0.8.1/Origami-win32-x64.zip) |
| ------------------------------------ | ------------------------------------ | ---------------------------------------|
| [Download for Linux](https://github.com/aMarcireau/origami/releases/download/v0.8.0/Origami-linux-x64.zip) | [Download for macOS](https://github.com/aMarcireau/origami/releases/download/v0.8.0/Origami-darwin-x64.zip) | [Download for Windows](https://github.com/aMarcireau/origami/releases/download/v0.8.0/Origami-win32-x64.zip) |
| [Download for Linux](https://github.com/aMarcireau/origami/releases/download/v0.8.1/Origami-linux-x64.zip) | [Download for macOS](https://github.com/aMarcireau/origami/releases/download/v0.8.1/Origami-darwin-x64.zip) | [Download for Windows](https://github.com/aMarcireau/origami/releases/download/v0.8.1/Origami-win32-x64.zip) |

Visit the [Releases](https://github.com/aMarcireau/origami/releases) page to download Origami for other platforms.

Expand Down Expand Up @@ -42,7 +42,7 @@ Origami can load several DOIs at once from a [JSON](https://www.json.org) format
Origami saves and load collections in [JSON](https://www.json.org) format. The generated files have the following structure:
```yaml
{
"appVersion": "0.8.0", # the version of the app used to generate this save
"appVersion": "0.8.1", # the version of the app used to generate this save
"display": 0, # the current display's index (0 for graph, 1 for list)
"knownDois": [ # list of DOIs clicked at least once (used to highlight new publications)
"10.1109/tpami.2016.2574707"
Expand Down
2 changes: 1 addition & 1 deletion source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Origami",
"version": "0.8.0",
"version": "0.8.1",
"main": "main.js",
"private": true,
"devDependencies": {
Expand Down

0 comments on commit f4bf665

Please sign in to comment.