Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxou44 committed Jun 4, 2019
1 parent 898bf33 commit adbfbf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit adbfbf2

Please sign in to comment.