2 Commits

Author SHA1 Message Date
77ed3c74fc 1.0.4 2024-04-30 19:32:22 +02:00
68d34afacb fix(core): update 2024-04-30 19:32:21 +02:00
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "docs.foss.global",
"version": "1.0.3",
"version": "1.0.4",
"private": false,
"description": "Documentation and tooling setup for foss.global project.",
"main": "dist_ts/index.js",

View File

@ -1,5 +1,6 @@
# @foss.global/docs.foss.global
> the docs for foss.global
> the docs for foss.global! Not more, not less.
## Legal
> UNLICENSED licensed | **©** [Task Venture Capital GmbH](https://task.vc)

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: 'docs.foss.global',
version: '1.0.3',
version: '1.0.4',
description: 'Documentation and tooling setup for foss.global project.'
}