Skip to content

Commit 31e3fc2

Browse files
fix: release version 1.0.2
1 parent 4df60e7 commit 31e3fc2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "roue-emotions",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Une roue pour identifier ses émotions, ses besoins et les solutions pour aller mieux.",
55
"productName": "Ma roue des émotions",
66
"author": "Sébastien Prud'homme <sebastien.prudhomme@gmail.com>",

src-cordova/config.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="com.cowboysysop.roue_emotions" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="com.cowboysysop.roue_emotions" version="1.0.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>Ma roue des émotions</name>
44
<description>Une roue pour identifier ses émotions, ses besoins et les solutions pour aller mieux.</description>
55
<author email="dev@cordova.apache.org" href="http://cordova.io">

src-cordova/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.cowboysysop.roue_emotions",
33
"displayName": "Ma roue des émotions",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"description": "A sample Apache Cordova application that responds to the deviceready event.",
66
"main": "index.js",
77
"scripts": {

0 commit comments

Comments
 (0)