Skip to content

Commit 1b5269e

Browse files
committed
update project toml
1 parent 48747d1 commit 1b5269e

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CCBlade"
22
uuid = "e1828068-15df-11e9-03e4-ef195ea46fa4"
33
authors = ["Andrew Ning <aning@byu.edu>"]
4-
version = "0.2.9"
4+
version = "1.0.0"
55

66
[deps]
77
FLOWMath = "6cb5d3fb-0fe8-4cc2-bd89-9fe0b19a99d3"
@@ -12,6 +12,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1212

1313
[compat]
1414
FLOWMath = "0.3, 0.4, 1"
15-
ImplicitAD = "0.3.1"
15+
ImplicitAD = "0.3.1, 1"
1616
StructArrays = "0.6.12, 0.7.1"
1717
julia = "1.10"

docs/make.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@ makedocs(
2424

2525
deploydocs(;
2626
repo="github.com/byuflowlab/CCBlade.jl",
27-
versions = ["stable" => "master"],
28-
# devbranch="master",
27+
devbranch="master",
2928
)

0 commit comments

Comments
 (0)