Skip to content

Commit

Permalink
Merge pull request #30 from JuliaComputing/gh/v0.1.3
Browse files Browse the repository at this point in the history
Bump version to v0.1.3
  • Loading branch information
GlenHertz committed Sep 2, 2021
2 parents bdd75ac + b1ecdd6 commit 467898a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.version == 'nightly' }}
strategy:
fail-fast: false
matrix:
version:
- '1'
- 'nightly'
os:
- ubuntu-latest
- macOS-latest
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "NgSpice"
uuid = "1a64e563-3ad9-44a2-8713-a1728bea8a90"
authors = ["Venkateshprasad Bhat"]
version = "0.1.2"
version = "0.1.3"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Expand All @@ -18,7 +18,7 @@ Colors = "0.12"
RecipesBase = "1.1"
ReplMaker = "0.2"
Requires = "1.1"
julia = "^1.5"
julia = "1.5"

[extras]
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Expand Down

0 comments on commit 467898a

Please sign in to comment.