From d8abd96ad41cf19b661d130f8e0dd6c3ea315865 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 7 Aug 2022 17:56:02 +0200 Subject: [PATCH] fix(core): update --- package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4e9f1be..d829464 100644 --- a/package.json +++ b/package.json @@ -48,4 +48,4 @@ "browserslist": [ "last 1 chrome versions" ] -} +} \ No newline at end of file diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 5a4b197..ac915fc 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartmustache', - version: '3.0.1', + version: '3.0.2', description: 'templates done right' }