Skip to content

Commit

Permalink
chore: bump version to v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lynzrand committed Apr 12, 2021
1 parent 222548c commit f4faefa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion coordinator/Karenia.Rurikawa.Coordinator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>RurikawaCoordinator</Product>
<Version>0.3.3</Version>
<Version>0.3.4</Version>
<Authors>Rynco Maekawa; Rami3L Li</Authors>

<TargetFramework>net5</TargetFramework>
Expand Down
2 changes: 1 addition & 1 deletion judger/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion judger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Rynco Maekawa <[email protected]>", "Rami3L Li <rami3l@>"]
edition = "2018"
name = "rurikawa-judger"
version = "0.3.3"
version = "0.3.4"

[[bin]]
name = "rurikawa"
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rurikawa-web",
"version": "0.3.3",
"version": "0.3.4",
"scripts": {
"ng": "ng",
"start": "ng serve --port 5005",
Expand Down

0 comments on commit f4faefa

Please sign in to comment.