Skip to content

Commit

Permalink
fix: release version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-prudhomme committed Mar 5, 2022
1 parent 2ca0443 commit 21fc565
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.4.0",
"version": "1.4.1",
"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.4.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.cowboysysop.roue_emotions" version="1.4.1" 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.4.0",
"version": "1.4.1",
"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/AppDialogWelcome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ export default defineComponent({
'1.3.0',
'1.3.1',
'1.3.2',
'1.4.0'
'1.4.0',
'1.4.1'
]
}
},
Expand Down

0 comments on commit 21fc565

Please sign in to comment.