Bump to v1.0.4.

This commit is contained in:
Lucio Andrés Illanes Albornoz 2018-11-23 19:59:27 +01:00
parent 401b7a408c
commit 7afc5ea271
6 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<widget id="com.lalbornoz.asciiblaster" version="1.0.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <widget id="com.lalbornoz.asciiblaster" version="1.0.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<author email="lucio@lucioillanes.de" href="https://github.com/lalbornoz/asciiblaster#readme"> <author email="lucio@lucioillanes.de" href="https://github.com/lalbornoz/asciiblaster#readme">
Lucio Andrés Illanes Albornoz &lt;lucio@lucioillanes.de&gt;, based on work by JOLLO NET NA Lucio Andrés Illanes Albornoz &lt;lucio@lucioillanes.de&gt;, based on work by JOLLO NET NA
</author> </author>

View File

@ -1,6 +1,6 @@
{ {
"name": "asciiblaster-cordoba", "name": "asciiblaster-cordoba",
"version": "1.0.3", "version": "1.0.4",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -30,5 +30,5 @@
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"version": "1.0.3" "version": "1.0.4"
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "asciiblaster", "name": "asciiblaster",
"version": "1.0.0", "version": "1.0.4",
"lockfileVersion": 1 "lockfileVersion": 1
} }

View File

@ -18,7 +18,7 @@
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"version": "1.0.3", "version": "1.0.4",
"window": { "window": {
"title": "asciiblaster (standalone NW app)", "title": "asciiblaster (standalone NW app)",
"toolbar": true, "toolbar": true,

View File

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>asciiblaster v1.0.3</title> <title>asciiblaster v1.0.4</title>
<meta name="viewport" content="width=device-width, maximum-scale=1.0, user-scalable=yes" /> <meta name="viewport" content="width=device-width, maximum-scale=1.0, user-scalable=yes" />
<link rel="stylesheet" href="assets/css/sally.css" type="text/css" charset="utf-8" /> <link rel="stylesheet" href="assets/css/sally.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="assets/css/ak.css" type="text/css" charset="utf-8" /> <link rel="stylesheet" href="assets/css/ak.css" type="text/css" charset="utf-8" />