Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paullaffitte committed Jan 31, 2020
1 parent 397db16 commit 0f4d253
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.2.1)`](https://github.com/paullaffitte/cards-editor/releases/latest)
[`latest (1.3.0)`](https://github.com/paullaffitte/cards-editor/releases/latest)

### Build
Install the dependencies and build.
Expand Down
2 changes: 1 addition & 1 deletion example/deck.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dpi": 300,
"spacing": 5
},
"version": "1.2.1",
"version": "1.3.0",
"cards": [
{
"effects": [
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.2.1",
"version": "1.3.0",
"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.2.1
version: 1.3.0
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.2.1'
version: '1.3.0'
},
edited: {
card: {},
Expand Down

0 comments on commit 0f4d253

Please sign in to comment.