2 Commits

Author SHA1 Message Date
43b5dac24a 1.0.5 2024-04-24 18:24:19 +02:00
c391c180fd fix(core): update 2024-04-24 18:24:19 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartexpose",
"version": "1.0.4",
"version": "1.0.5",
"private": false,
"description": "a package to expose things to the internet",
"main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartexpose',
version: '1.0.4',
version: '1.0.5',
description: 'a package to expose things to the internet'
}