Skip to content

Commit

Permalink
fix: release version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-prudhomme committed Jun 30, 2021
1 parent dac26ee commit d30fb1f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roue-emotions",
"version": "1.3.1",
"version": "1.3.2",
"description": "Une roue pour identifier ses émotions, ses besoins et les solutions pour aller mieux.",
"productName": "Ma roue des émotions",
"author": "Sébastien Prud'homme <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src-cordova/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.cowboysysop.roue_emotions" version="1.3.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.cowboysysop.roue_emotions" version="1.3.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Ma roue des émotions</name>
<description>Une roue pour identifier ses émotions, ses besoins et les solutions pour aller mieux.</description>
<author email="[email protected]" href="http://cordova.io">
Expand Down
2 changes: 1 addition & 1 deletion src-cordova/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-cordova/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.cowboysysop.roue_emotions",
"displayName": "Ma roue des émotions",
"version": "1.3.1",
"version": "1.3.2",
"description": "A sample Apache Cordova application that responds to the deviceready event.",
"main": "index.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion src/components/DialogWelcome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ export default {
'1.1.0',
'1.2.0',
'1.3.0',
'1.3.1'
'1.3.1',
'1.3.2'
]
}
},
Expand Down

0 comments on commit d30fb1f

Please sign in to comment.