Skip to content

Commit

Permalink
feat: release version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-prudhomme committed Mar 3, 2022
1 parent 7cc84b6 commit 4be67f4
Show file tree
Hide file tree
Showing 8 changed files with 13 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.2",
"version": "1.4.0",
"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.2" 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.0" 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.2",
"version": "1.4.0",
"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 @@ -64,7 +64,8 @@ export default defineComponent({
'1.2.0',
'1.3.0',
'1.3.1',
'1.3.2'
'1.3.2',
'1.4.0'
]
}
},
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/en-US/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ export default {
],
'1_3_0': [
'Added PDF export'
],
'1_4_0': [
'Added configuration profiles'
]
},
remove: 'Remove',
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/fr/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ export default {
],
'1_3_0': [
'Ajout de l\'export PDF'
],
'1_4_0': [
'Ajout de profils de configuration'
]
},
remove: 'Supprimer',
Expand Down

0 comments on commit 4be67f4

Please sign in to comment.