2 Commits

Author SHA1 Message Date
bc1a89e3c7 2.0.0 2023-06-11 22:17:05 +02:00
92ae017d0f BREAKING CHANGE(core): update 2023-06-11 22:17:04 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartmanifest", "name": "@pushrocks/smartmanifest",
"version": "1.0.9", "version": "2.0.0",
"private": false, "private": false,
"description": "a module for creating web app manifests", "description": "a module for creating web app manifests",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/smartmanifest', name: '@pushrocks/smartmanifest',
version: '1.0.9', version: '2.0.0',
description: 'a module for creating web app manifests' description: 'a module for creating web app manifests'
} }