diff --git a/README.md b/README.md
index a5f95de..0682847 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.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) |
+| [](https://github.com/aMarcireau/origami/releases/download/v0.9.0/Origami-linux-x64.zip) | [](https://github.com/aMarcireau/origami/releases/download/v0.9.0/Origami-darwin-x64.zip) | [](https://github.com/aMarcireau/origami/releases/download/v0.9.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) |
+| [Download for Linux](https://github.com/aMarcireau/origami/releases/download/v0.9.0/Origami-linux-x64.zip) | [Download for macOS](https://github.com/aMarcireau/origami/releases/download/v0.9.0/Origami-darwin-x64.zip) | [Download for Windows](https://github.com/aMarcireau/origami/releases/download/v0.9.0/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.1", # the version of the app used to generate this save
+ "appVersion": "0.9.0", # 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 643867d..de89978 100644
--- a/source/package.json
+++ b/source/package.json
@@ -1,6 +1,6 @@
{
"name": "Origami",
- "version": "0.8.1",
+ "version": "0.9.0",
"main": "main.js",
"private": true,
"devDependencies": {