diff --git a/package.json b/package.json index 53c8ceb..a0952c4 100644 --- a/package.json +++ b/package.json @@ -52,4 +52,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 e81cc3a..80fe9ec 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartenv', - version: '5.0.4', + version: '5.0.5', description: 'store things about your environment and let them travel across modules' }