diff --git a/.github/workflows/TestJuliaVersions.yml b/.github/workflows/TestJuliaVersions.yml index 259f5bb..fef8ddc 100644 --- a/.github/workflows/TestJuliaVersions.yml +++ b/.github/workflows/TestJuliaVersions.yml @@ -28,16 +28,16 @@ jobs: id: cache-libprecice uses: actions/cache@v2 with: - path: libprecice3_3.0.0_focal.deb - key: libprecice3_3.0.0_focal.deb1 - restore-keys: libprecice3_3.0.0_focal.deb1 + path: libprecice3_3.1.0_focal.deb + key: libprecice3_3.1.0_focal.deb1 + restore-keys: libprecice3_3.1.0_focal.deb1 - name: Download preCICE if: steps.cache-libprecice.outputs.cache-hit != 'true' - run: wget https://github.com/precice/precice/releases/download/v3.0.0/libprecice3_3.0.0_focal.deb + run: wget https://github.com/precice/precice/releases/download/v3.1.0/libprecice3_3.1.0_focal.deb - name: Install preCICE - run: sudo apt install ./libprecice3_3.0.0_focal.deb + run: sudo apt install ./libprecice3_3.1.0_focal.deb - name: Build Package uses: julia-actions/julia-buildpkg@v1 diff --git a/Project.toml b/Project.toml index b90a323..91a8319 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PreCICE" uuid = "57fbd4af-5cc3-4712-aac0-6930e7658184" authors = ["preCICE and contributors"] -version = "3.0.1" +version = "3.1.0" [compat] julia = "1.10"