Skip to content

Commit

Permalink
build: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chenhongqiao committed Jun 10, 2023
1 parent c95ff40 commit 9fc8cd5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/api-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@argoncs/api-server",
"version": "0.1.9",
"version": "0.2.0",
"description": "Argon Contest Server Backend",
"author": "Harry Chen",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@argoncs/common",
"version": "0.1.9",
"version": "0.2.0",
"description": "Argon Contest Server Shared Libraries",
"author": "Harry Chen",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/judge-daemon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@argoncs/judge-daemon",
"version": "0.1.9",
"version": "0.2.0",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"description": "Argon Contest Server Judger",
Expand Down
2 changes: 1 addition & 1 deletion packages/result-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@argoncs/result-handler",
"version": "0.1.9",
"version": "0.2.0",
"description": "Argon Contest Server Judging Result Handler",
"author": "Harry Chen",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@argoncs/types",
"version": "0.1.9",
"version": "0.2.0",
"description": "Argon Contest Server Shared Types",
"author": "Harry Chen",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/upload-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@argoncs/upload-server",
"version": "0.1.9",
"version": "0.2.0",
"description": "Argon Contest Server Upload Processor",
"author": "Harry Chen",
"license": "AGPL-3.0",
Expand Down

0 comments on commit 9fc8cd5

Please sign in to comment.