diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9400c1c..7069d1a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,5 +34,5 @@ jobs: env: REGISTRY_PREFIX: docker.pkg.github.com/sheldan/oneplusbot/ VERSION: ${{ env.version }} - ABSTRACTO_VERSION: 1.4.3 + ABSTRACTO_VERSION: 1.4.6 ABSTRACTO_REGISTRY_PREFIX: docker.pkg.github.com/sheldan/abstracto/ \ No newline at end of file diff --git a/deployment/docker-compose/src/main/resources/.env b/deployment/docker-compose/src/main/resources/.env index e5338fc..f8e2925 100644 --- a/deployment/docker-compose/src/main/resources/.env +++ b/deployment/docker-compose/src/main/resources/.env @@ -29,4 +29,4 @@ PGADMIN_DEFAULT_EMAIL=sheldan@sheldan.dev PGADMIN_DEFAULT_PASSWORD=admin TOKEN= YOUTUBE_API_KEY= -ONEPLUS_BOT_VERSION=1.6.0 \ No newline at end of file +ONEPLUS_BOT_VERSION=1.6.2 \ No newline at end of file diff --git a/pom.xml b/pom.xml index a8afc4e..0600738 100644 --- a/pom.xml +++ b/pom.xml @@ -19,8 +19,8 @@ 1.8 - 1.4.5-SNAPSHOT - 1.4.3 + 1.4.6 + 1.4.4