Skip to content

Commit

Permalink
Merge pull request #63 from precice/PreCICE.jl-v3.1.0
Browse files Browse the repository at this point in the history
Release v3.1.0
  • Loading branch information
IshaanDesai authored Apr 8, 2024
2 parents 2dce270 + 44bdfbb commit 8471700
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/TestJuliaVersions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PreCICE"
uuid = "57fbd4af-5cc3-4712-aac0-6930e7658184"
authors = ["preCICE <https://precice.org/> and contributors"]
version = "3.0.1"
version = "3.1.0"

[compat]
julia = "1.10"
Expand Down

0 comments on commit 8471700

Please sign in to comment.