Skip to content

Commit c595a67

Browse files
author
Nicolas
committed
Bump to v0.4.0-b2
1 parent 50a0b1c commit c595a67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<widget id="com.ownweb.janari" version="0.4.0-b1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:gap="http://phonegap.com/ns/1.0">
2+
<widget id="com.ownweb.janari" version="0.4.0-b2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:gap="http://phonegap.com/ns/1.0">
33
<name>Janari</name>
44
<description>An open food analyser</description>
55
<author email="nicolas@ownweb" href="http://www.ownweb.fr/">OwnWeb</author>
@@ -37,4 +37,4 @@
3737
<plugin name="cordova-plugin-statusbar" spec="~2.1.3"/>
3838
<plugin name="cordova-plugin-device" spec="~1.1.2"/>
3939
<plugin name="ionic-plugin-keyboard" spec="~2.2.1"/>
40-
</widget>
40+
</widget>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22

33
"name": "janari",
4-
"version": "0.4.0-b1",
4+
"version": "0.4.0-b2",
55
"description": "An open food analyser",
66
"licenses": [{
77
"type": "GNU GPL v3",

0 commit comments

Comments
 (0)