Skip to content

Commit

Permalink
Release version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
woowahan-pjs committed Oct 22, 2021
1 parent 5a4e99d commit 3c2bfcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

group = "io.github.woowacourse"
version = "1.0.0-SNAPSHOT"
version = "2.0.0-SNAPSHOT"
java.sourceCompatibility = JavaVersion.VERSION_1_8

repositories {
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.1.0",
"version": "2.0.0",
"private": true,
"dependencies": {
"axios": "^0.21.1",
Expand Down

0 comments on commit 3c2bfcd

Please sign in to comment.