2 Commits

Author SHA1 Message Date
d86645de16 1.0.4 2023-10-21 16:05:36 +02:00
535ab5c26e fix(core): update 2023-10-21 16:05:35 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@push.rocks/smarti18n",
"version": "1.0.3",
"version": "1.0.4",
"private": false,
"description": "a package dealing with i18n stuff",
"main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smarti18n',
version: '1.0.3',
version: '1.0.4',
description: 'a package dealing with i18n stuff'
}