We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1.6
1 parent 30e650c commit 7de7186Copy full SHA for 7de7186
2 files changed
.github/workflows/CI.yml
@@ -10,7 +10,8 @@ jobs:
10
fail-fast: false
11
matrix:
12
version:
13
- - '1.7'
+ - '1.6'
14
+ - '1'
15
os:
16
- ubuntu-latest
17
arch:
Project.toml
@@ -1,8 +1,7 @@
1
name = "WavePropBase"
2
uuid = "91c5bd54-65f5-4719-ae3b-9579edfc4a0b"
3
authors = ["Luiz M. Faria <maltezfaria@gmail.com> and contributors"]
4
-version = "0.1.4"
5
-
+version = "0.1.5"
6
[deps]
7
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
8
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -19,4 +18,4 @@ OrderedCollections = "1"
19
18
RecipesBase = "1.1"
20
Requires = "1"
21
StaticArrays = "1.2"
22
-julia = "1.7"
+julia = "1.6"
0 commit comments