This commit is contained in:
Marcel Klehr 2020-06-28 14:27:26 +02:00
parent df6e2b2f7c
commit 7d212f9b2f
5 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@ source_dir=$(build_dir)/source
sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
version+=3.2.1
version+=3.2.2
all: dev-setup build-js-production test test-php

View File

@ -17,7 +17,7 @@ Requirements:
- mbstring: *
- Nextcloud v17+
]]></description>
<version>3.2.1</version>
<version>3.2.2</version>
<licence>agpl</licence>
<author mail="blizzz@arthur-schiwon.de" homepage="https://www.arthur-schiwon.de">Arthur Schiwon</author>
<author mail="mklehr@gmx.net">Marcel Klehr</author>

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "bookmarks",
"version": "3.2.1",
"version": "3.2.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "bookmarks",
"version": "3.2.1",
"version": "3.2.2",
"main": "js/index.js",
"scripts": {
"dev": "webpack --config webpack.dev.js",

View File

@ -2,8 +2,8 @@
const rev = '#1'
const DYNAMIC_CACHE = 'dynamic-cache-v3.2.1' + rev
const STATIC_CACHE = 'static-cache-v3.2.1' + rev
const DYNAMIC_CACHE = 'dynamic-cache-v3.2.2' + rev
const STATIC_CACHE = 'static-cache-v3.2.2' + rev
const FILES_TO_CACHE = [
'./',
]