Skip to content

Commit 254550a

Browse files
package version
1 parent d7d74c4 commit 254550a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

packages/cli/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@augustinus/cli",
3-
"version": "1.0.0",
3+
"version": "0.0.0",
4+
"private": "true",
45
"description": "Aplicativo CLI para o Augustinus",
56
"main": "src/cli.ts",
67
"type": "module",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@augustinus/core",
3-
"version": "3.2.3",
3+
"version": "3.2.2",
44
"description": "Uma ferramenta para transformar texto em notação gregoriana GABC",
55
"main": "src/index.ts",
66
"type": "module",

0 commit comments

Comments
 (0)