mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-05-20 00:51:18 +02:00
Update version number and package data
This commit is contained in:
parent
f39dd886b1
commit
122282d1a7
2 changed files with 5 additions and 5 deletions
|
@ -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": {
|
||||||
|
|
|
@ -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) . "\"
|
||||||
|
|
Loading…
Add table
Reference in a new issue