Skip to content

Commit 8471700

Browse files
authored
Merge pull request #63 from precice/PreCICE.jl-v3.1.0
Release v3.1.0
2 parents 2dce270 + 44bdfbb commit 8471700

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/TestJuliaVersions.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ jobs:
2828
id: cache-libprecice
2929
uses: actions/cache@v2
3030
with:
31-
path: libprecice3_3.0.0_focal.deb
32-
key: libprecice3_3.0.0_focal.deb1
33-
restore-keys: libprecice3_3.0.0_focal.deb1
31+
path: libprecice3_3.1.0_focal.deb
32+
key: libprecice3_3.1.0_focal.deb1
33+
restore-keys: libprecice3_3.1.0_focal.deb1
3434

3535
- name: Download preCICE
3636
if: steps.cache-libprecice.outputs.cache-hit != 'true'
37-
run: wget https://github.com/precice/precice/releases/download/v3.0.0/libprecice3_3.0.0_focal.deb
37+
run: wget https://github.com/precice/precice/releases/download/v3.1.0/libprecice3_3.1.0_focal.deb
3838

3939
- name: Install preCICE
40-
run: sudo apt install ./libprecice3_3.0.0_focal.deb
40+
run: sudo apt install ./libprecice3_3.1.0_focal.deb
4141

4242
- name: Build Package
4343
uses: julia-actions/julia-buildpkg@v1

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PreCICE"
22
uuid = "57fbd4af-5cc3-4712-aac0-6930e7658184"
33
authors = ["preCICE <https://precice.org/> and contributors"]
4-
version = "3.0.1"
4+
version = "3.1.0"
55

66
[compat]
77
julia = "1.10"

0 commit comments

Comments
 (0)