Skip to content

Commit

Permalink
feat: release version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-prudhomme committed May 20, 2021
1 parent 09ac1bb commit 52a38a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.1.0",
"version": "1.2.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.1.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.2.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.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.1.0",
"version": "1.2.0",
"description": "A sample Apache Cordova application that responds to the deviceready event.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 52a38a7

Please sign in to comment.