Skip to content

Commit

Permalink
chore: release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleSound committed Oct 11, 2024
1 parent cd3fefa commit 9c37cd3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "0.0.3",
"version": "0.1.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "qifi",
"type": "module",
"version": "0.0.3",
"version": "0.1.0",
"description": "Stream Generated QR Codes for file transmission in your terminal",
"author": "Rizumu Ayaka <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/generate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qifi/generate",
"type": "module",
"version": "0.0.3",
"version": "0.1.0",
"description": "Stream Generated QR Codes for data transmission",
"author": "Rizumu Ayaka <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/luby-transform/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "luby-transform",
"type": "module",
"version": "0.0.3",
"version": "0.1.0",
"description": "Luby Transform Codes is a kind of fountain codes",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 9c37cd3

Please sign in to comment.