Compare commits

..

2 Commits

Author SHA1 Message Date
6140b2b25b 1.9.98
Some checks failed
Default (tags) / security (push) Failing after 0s
Default (tags) / test (push) Failing after 0s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2024-06-23 09:25:28 +02:00
3524e5fa08 fix(core): update 2024-06-23 09:25:27 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@git.zone/cli",
"private": false,
"version": "1.9.97",
"version": "1.9.98",
"description": "A CLI toolbelt to streamline local development cycles by using various gitzone utilities.",
"main": "dist_ts/index.ts",
"typings": "dist_ts/index.d.ts",
@ -30,7 +30,7 @@
},
"repository": {
"type": "git",
"url": "git+https://code.foss.global/git.zone/cli.git"
"url": "https://code.foss.global/git.zone/cli.git"
},
"keywords": [
"CLI",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/cli',
version: '1.9.97',
version: '1.9.98',
description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.'
}