Skip to content

Commit

Permalink
feat: 1.1.0v 수정 (#547)
Browse files Browse the repository at this point in the history
* feat: 1.1.0v 수정

* feat: 프론트와 어드민 1.1.0v으로 수정
  • Loading branch information
sihyung92 authored Oct 29, 2021
1 parent 7db343e commit 78a9771
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jujeol-admin",
"version": "1.0.0",
"version": "1.1.0",
"description": "jujeol-admin",
"main": "index.js",
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ext {
}

group = 'com.jujeol.'
version = '1.0.0'
version = '1.1.0'
sourceCompatibility = '11'

configurations {
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": "jujeol-jujeol-frontend",
"version": "1.0.0",
"version": "1.1.0",
"description": "jujeol-jujeol-frontend",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 78a9771

Please sign in to comment.