Compare commits

..

2 Commits

Author SHA1 Message Date
10bda971fb 5.0.13 2024-04-12 15:00:06 +02:00
e578601b49 fix(core): update 2024-04-12 15:00:06 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartpath", "name": "@push.rocks/smartpath",
"version": "5.0.12", "version": "5.0.13",
"private": false, "private": false,
"description": "offers smart ways to handle paths", "description": "offers smart ways to handle paths",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/smartpath', name: '@push.rocks/smartpath',
version: '5.0.12', version: '5.0.13',
description: 'offers smart ways to handle paths' description: 'offers smart ways to handle paths'
} }