File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { isDevel } from './local-config.js'
22
33export const appName = "LearnEnglishWords" ;
44export const appId = "'com.learnenglishwords'" ;
5- export const version = "3.4.4 " ;
5+ export const version = "3.5.0 " ;
66export const author = "Martin Jablečník" ;
77
88export const isProduction = ! isDevel ;
You can’t perform that action at this time.
0 commit comments