diff --git a/.github/workflows/dev-desktop-builds.yml b/.github/workflows/dev-desktop-builds.yml index 6bce08df3..928e11b17 100644 --- a/.github/workflows/dev-desktop-builds.yml +++ b/.github/workflows/dev-desktop-builds.yml @@ -11,7 +11,7 @@ on: - "installer/po/*" env: - GODOT_VERSION: 3.2.3 + GODOT_VERSION: 3.3 GODOT_VERSION_MAC: 3.2.2 EXPORT_NAME: Pixelorama @@ -20,7 +20,7 @@ jobs: name: Windows Export 🗔 runs-on: ubuntu-latest container: - image: docker://barichello/godot-ci:3.2.3 + image: docker://barichello/godot-ci:3.3 steps: - name: Setup WINE and rcedit 🍷 run: | @@ -57,7 +57,7 @@ jobs: name: Linux Export 🐧 runs-on: ubuntu-latest container: - image: docker://barichello/godot-ci:3.2.3 + image: docker://barichello/godot-ci:3.3 steps: - name: Checkout 🛎️ uses: actions/checkout@v1 diff --git a/.github/workflows/dev-web.yml b/.github/workflows/dev-web.yml index c6d34957c..7f1f24107 100644 --- a/.github/workflows/dev-web.yml +++ b/.github/workflows/dev-web.yml @@ -5,7 +5,7 @@ on: branches: [ master ] env: - GODOT_VERSION: 3.2.3 + GODOT_VERSION: 3.3 EXPORT_NAME: Pixelorama jobs: @@ -13,7 +13,7 @@ jobs: name: Web Export 🌐 runs-on: ubuntu-latest container: - image: docker://barichello/godot-ci:3.2.3 + image: docker://barichello/godot-ci:3.3 steps: - name: Checkout 🛎️ uses: actions/checkout@v1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index db936b505..244a9dc35 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,10 +5,10 @@ on: branches: [ release ] env: - GODOT_VERSION: 3.2.3 + GODOT_VERSION: 3.3 GODOT_VERSION_MAC: 3.2.2 EXPORT_NAME: Pixelorama - TAG: v0.8.2 + TAG: v0.8.3 BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }} jobs: @@ -16,7 +16,7 @@ jobs: name: Windows Export 🗔 runs-on: ubuntu-latest container: - image: docker://barichello/godot-ci:3.2.3 + image: docker://barichello/godot-ci:3.3 steps: - name: Setup WINE and rcedit 🍷 run: | @@ -76,7 +76,7 @@ jobs: name: Linux Export 🐧 runs-on: ubuntu-latest container: - image: docker://barichello/godot-ci:3.2.3 + image: docker://barichello/godot-ci:3.3 steps: - name: Checkout 🛎️ uses: actions/checkout@v1 @@ -187,7 +187,7 @@ jobs: name: Web Export 🌐 runs-on: ubuntu-latest container: - image: docker://barichello/godot-ci:3.2.3 + image: docker://barichello/godot-ci:3.3 steps: - name: Checkout 🛎️ uses: actions/checkout@v1 diff --git a/project.godot b/project.godot index 3e63d1c31..b6b1029f4 100644 --- a/project.godot +++ b/project.godot @@ -143,7 +143,7 @@ boot_splash/bg_color=Color( 0.145098, 0.145098, 0.164706, 1 ) config/icon="res://assets/graphics/icons/icon.png" config/macos_native_icon="res://assets/graphics/icons/icon.icns" config/windows_native_icon="res://assets/graphics/icons/icon.ico" -config/Version="v0.8.3-dev" +config/Version="v0.9-dev" [audio]