Skip to content

Commit cafec95

Browse files
committed
release: v0.2.0
1 parent 9f97fa8 commit cafec95

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"packageManager": "[email protected]",
66
"scripts": {

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "qifi",
33
"type": "module",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"description": "Stream Generated QR Codes for file transmission in your terminal",
66
"author": "Rizumu Ayaka <[email protected]>",
77
"license": "MIT",

packages/generate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@qifi/generate",
33
"type": "module",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"description": "Stream Generated QR Codes for data transmission",
66
"author": "Rizumu Ayaka <[email protected]>",
77
"license": "MIT",

packages/luby-transform/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "luby-transform",
33
"type": "module",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"description": "Luby Transform Codes is a kind of fountain codes",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)