Skip to content

Commit

Permalink
chore: bump dogu version to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikalli committed Oct 6, 2023
1 parent c64ed49 commit 1f1a85c
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 11 deletions.
8 changes: 8 additions & 0 deletions .yarn/versions/40d85177.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
undecided:
- dogu
- android-device-agent
- console-web-front
- console-web-server
- dogu-agent
- host-agent
- nexus-initializer
2 changes: 1 addition & 1 deletion docker-compose-macOS-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ services:

console:
container_name: dogu-console
image: dogutechio/dogu:2.0.2
image: dogutechio/dogu:2.0.3
restart: always
depends_on:
- influxdb
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-macOS-windows-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ services:

console:
container_name: dogu-console
image: dogutechio/dogu:2.0.2
image: dogutechio/dogu:2.0.3
restart: always
depends_on:
- influxdb
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ services:

console:
container_name: dogu-console
image: dogutechio/dogu:2.0.2
image: dogutechio/dogu:2.0.3
restart: always
depends_on:
- influxdb
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "dogu",
"version": "2.0.2",
"version": "2.0.3",
"license": "SEE LICENSE IN https://github.com/dogu-team/dogu/blob/main/LICENSE.md",
"author": "Dogu Technologies",
"repository": "https://github.com/dogu-team/dogu.git",
Expand Down
2 changes: 1 addition & 1 deletion projects/android-device-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "android-device-agent",
"version": "2.0.2",
"version": "2.0.3",
"license": "SEE LICENSE IN https://github.com/dogu-team/dogu/blob/main/LICENSE.md",
"author": "Dogu Technologies",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion projects/console-web-front/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "console-web-front",
"version": "2.0.2",
"version": "2.0.3",
"license": "SEE LICENSE IN https://github.com/dogu-team/dogu/blob/main/LICENSE.md",
"author": "Dogu Technologies",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion projects/console-web-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "console-web-server",
"version": "2.0.2",
"version": "2.0.3",
"license": "SEE LICENSE IN https://github.com/dogu-team/dogu/blob/main/LICENSE.md",
"author": "Dogu Technologies",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion projects/device-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "device-server",
"version": "2.0.2",
"version": "2.0.3",
"license": "SEE LICENSE IN https://github.com/dogu-team/dogu/blob/main/LICENSE.md",
"author": "Dogu Technologies",
"main": "./build/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion projects/dogu-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dogu-agent",
"version": "2.0.2",
"version": "2.0.3",
"license": "SEE LICENSE IN https://github.com/dogu-team/dogu/blob/main/LICENSE.md",
"author": "Dogu Technologies",
"main": "./build/src/cli.js",
Expand Down
2 changes: 1 addition & 1 deletion projects/host-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "host-agent",
"version": "2.0.2",
"version": "2.0.3",
"license": "SEE LICENSE IN https://github.com/dogu-team/dogu/blob/main/LICENSE.md",
"author": "Dogu Technologies",
"main": "./build/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion projects/nexus-initializer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "nexus-initializer",
"version": "2.0.2",
"version": "2.0.3",
"license": "SEE LICENSE IN https://github.com/dogu-team/dogu/blob/main/LICENSE.md",
"author": "Dogu Technologies",
"type": "module",
Expand Down

0 comments on commit 1f1a85c

Please sign in to comment.