From f4bf665096ea97d5843b2340f29d908d9e3f806d Mon Sep 17 00:00:00 2001 From: Alexandre Marcireau Date: Thu, 21 Dec 2017 16:49:59 +0100 Subject: [PATCH] Increment the version's patch --- README.md | 6 +++--- source/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c7dd4fd..6010f6f 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Origami is an open-source research tool focused on graphical representations of ## Download -| [](https://github.com/aMarcireau/origami/releases/download/v0.8.0/Origami-linux-x64.zip) | [](https://github.com/aMarcireau/origami/releases/download/v0.8.0/Origami-darwin-x64.zip) | [](https://github.com/aMarcireau/origami/releases/download/v0.8.0/Origami-win32-x64.zip) | +| [](https://github.com/aMarcireau/origami/releases/download/v0.8.1/Origami-linux-x64.zip) | [](https://github.com/aMarcireau/origami/releases/download/v0.8.1/Origami-darwin-x64.zip) | [](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. @@ -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" diff --git a/source/package.json b/source/package.json index a049af3..643867d 100644 --- a/source/package.json +++ b/source/package.json @@ -1,6 +1,6 @@ { "name": "Origami", - "version": "0.8.0", + "version": "0.8.1", "main": "main.js", "private": true, "devDependencies": {