Skip to content

Commit 3a6f319

Browse files
committed
publishing lite version
1 parent 91ffb78 commit 3a6f319

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ the config parameter is optional and do have default values
9696
# Publish how to
9797

9898
```bash
99-
git tag v2.2.1 && git push origin v2.2.1
99+
git tag v2.2.3 && git push origin v2.2.3
100100
```
101101

102102
delete tags
103103
```bash
104-
git push origin :refs/tags/v2.2.0
105-
git tag -d v2.2.0
104+
git push origin :refs/tags/v2.2.3
105+
git tag -d v2.2.3
106106
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "content-structure",
33
"type": "module",
4-
"version": "2.2.2",
4+
"version": "2.2.3",
55
"description": "Stores parsed markdown in SQLite tables that can be used for rendering and database content management.",
66
"main": "index.js",
77
"bin": {

0 commit comments

Comments
 (0)