From adbfbf2f7e8836ca62f7f9745dde95bb276993e3 Mon Sep 17 00:00:00 2001 From: Maxime Baconnais Date: Tue, 4 Jun 2019 21:40:34 +0200 Subject: [PATCH] Bump version --- package.json | 2 +- src/config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2fc1aba..6820062 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eagle-animation", "description": "EagleAnimation is an awesome, modern, free and open-source animation software.", - "version": "1.0.0", + "version": "1.0.1", "private": true, "author": "Maxime Baconnais / Brick à Brack", "dependencies": { diff --git a/src/config.js b/src/config.js index 08eba6b..61284ed 100644 --- a/src/config.js +++ b/src/config.js @@ -26,7 +26,7 @@ export const DEFAULT_PATH = join(homedir(), DIRECTORY_NAME); export const DEFAULT_FPS = 12; // EA Version -export const EA_VERSION = '1.0.0-prerelease'; +export const EA_VERSION = '1.0.1'; // Github link export const CONTRIBUTE_LINK = 'https://github.com/Maxou44/EagleAnimation';