Skip to content

Commit

Permalink
Version number adapted
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinOtter committed Aug 7, 2022
1 parent eef80e4 commit c9bec7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SignalTablesInterface_WGLMakie"
uuid = "749bcd42-40b2-4908-9ca0-95341da8b98b"
authors = ["[email protected] <[email protected]>"]
version = "0.1.1"
version = "0.1.2"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Expand Down
4 changes: 2 additions & 2 deletions src/SignalTablesInterface_WGLMakie.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ module SignalTablesInterface_WGLMakie
const headingSize = 10

const path = dirname(dirname(@__FILE__)) # Absolute path of package directory
const Version = "0.1.1"
const Date = "2022-08-05"
const Version = "0.1.2"
const Date = "2022-08-07"

println("Importing SignalTablesInterface_WGLMakie Version $Version ($Date) - this takes some time due to WGLMakie import")

Expand Down

0 comments on commit c9bec7a

Please sign in to comment.