Skip to content

Commit

Permalink
Correct version/date printout
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinOtter committed Aug 7, 2022
1 parent 321412f commit eef80e4
Showing 1 changed file with 2 additions and 2 deletions.
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.0"
const Date = "2022-07-04"
const Version = "0.1.1"
const Date = "2022-08-05"

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

Expand Down

0 comments on commit eef80e4

Please sign in to comment.