Skip to content

Commit c98106f

Browse files
committed
Bump version
1 parent f5bd875 commit c98106f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.4.4" 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.5.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.4.4",
4+
"version": "3.5.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.4.4",
4+
"version": "3.5.0",
55
"description": "LearnEnglishWords",
66
"repository": "",
77
"license": "UNLICENSED",

src/js/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { isDevel } from './local-config.js'
22

33
export const appName = "LearnEnglishWords";
44
export const appId = "'com.learnenglishwords'";
5-
export const version = "3.4.4";
5+
export const version = "3.5.0";
66
export const author = "Martin Jablečník";
77

88
export const isProduction = !isDevel;

0 commit comments

Comments
 (0)