Update version number and package data

This commit is contained in:
Robbie Antenesse 2019-08-22 14:29:56 -06:00
parent f39dd886b1
commit 122282d1a7
2 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
{ {
"name": "lexiconga-lite", "name": "lexiconga",
"version": "1.0.0", "version": "2.1.3",
"description": "A light-as-possible rewrite of Lexiconga", "description": "The quick and easy dictionary builder for constructed languages.",
"main": "template-index.html", "main": "template-index.html",
"repository": "https://cybre.tech/Alamantus/lexiconga-lite.git", "repository": "https://github.com/Alamantus/Lexiconga.git",
"author": "Robbie Antenesse <dev@alamantus.com>", "author": "Robbie Antenesse <dev@alamantus.com>",
"license": "UNLICENCED", "license": "UNLICENCED",
"scripts": { "scripts": {

View File

@ -131,7 +131,7 @@ switch ($view) {
oldLoad && oldLoad(); oldLoad && oldLoad();
if (UpUp) { if (UpUp) {
UpUp.start({ UpUp.start({
'cache-version': '2.1.2', 'cache-version': '2.1.3',
'content-url': 'offline.html', 'content-url': 'offline.html',
'assets': [ 'assets': [
\"" . implode('","', $files) . "\" \"" . implode('","', $files) . "\"