From 743195b1373bc4f1d26154d90e0d186a8c6796fc Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Sun, 16 Oct 2022 13:46:02 +0200 Subject: [PATCH] [OPB-xxx] updating to new version of abstracto preparing for release --- .github/workflows/release.yml | 2 +- deployment/docker-compose/src/main/resources/.env | 2 +- pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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