Skip to content

Commit 5f11cc1

Browse files
committed
Bump version to 3.3.0
1 parent 7f5da25 commit 5f11cc1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

cordova/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="eu.learn.english.words" version="3.3.0-devel" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="eu.learn.english.words" version="3.3.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>LearnEnglishWords</name>
44
<description>
55
A sample Apache Cordova application that responds to the deviceready event.

cordova/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eu.learn.english.words",
33
"displayName": "LearnEnglishWords",
4-
"version": "3.3.0-devel",
4+
"version": "3.3.0",
55
"description": "A sample Apache Cordova application that responds to the deviceready event.",
66
"main": "index.js",
77
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "learnenglishwords",
33
"private": true,
4-
"version": "3.3.0-devel",
4+
"version": "3.3.0",
55
"description": "LearnEnglishWords",
66
"repository": "",
77
"license": "UNLICENSED",

src/js/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
export const appName = "LearnEnglishWords";
22
export const appId = "'com.learnenglishwords'";
3-
export const version = "3.3.0-devel";
3+
export const version = "3.3.0";
44

5-
export const isProduction = false;
5+
export const isProduction = true;
66

77
export const feedbackEmail = "[email protected]";
88
export const infoEmail = "[email protected]";

0 commit comments

Comments
 (0)