Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paullaffitte committed Apr 3, 2019
1 parent 6f20693 commit 1cdc4a0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Cards Editor is an open source software based on Electron and React with Redux.
### Download release
You can find installers for Windows and Linux in project's releases.

[`latest (1.0.1)`](https://github.com/paullaffitte/cards-editor/releases/latest)
[`latest (1.0.2)`](https://github.com/paullaffitte/cards-editor/releases/latest)

### Build
Install the dependencies and build.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"email": "paul.laffitte@epitech.eu"
},
"description": "A cards editor",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"dependencies": {
"electron-is-dev": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion semver.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# semver config file -- https://github.com/paullaffitte/semver

version: 1.0.1
version: 1.0.2
files:
README.md: 'latest \([^\(]*\)'
package.json: '"version": "[^"]*",'
Expand Down
2 changes: 1 addition & 1 deletion src/state/initialState.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const initialState = {
cardsQuantity: {}
},
updated: false,
version: '1.0.1'
version: '1.0.2'
},
edited: {
card: {},
Expand Down

0 comments on commit 1cdc4a0

Please sign in to comment.