-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update version number for registration
- Loading branch information
1 parent
1640a21
commit 748628e
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "IceFloeTracker" | ||
uuid = "04643c7a-9ac6-48c5-822f-2704f9e70bd3" | ||
authors = ["bradford roarr <[email protected]> and contributors"] | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
|
||
[deps] | ||
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
println("------------------------------------------------ | ||
----------------- Misc. Tests ------------------") | ||
@test IFTVERSION == VersionNumber(0, 2, 0) | ||
@test IFTVERSION == VersionNumber(0, 2, 1) |