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 b57c9a2 commit 6d3c6fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SignalTablesInterface_CairoMakie.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ module SignalTablesInterface_CairoMakie
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_CairoMakie Version $Version ($Date) - this takes some time due to CairoMakie import")

Expand Down

0 comments on commit 6d3c6fd

Please sign in to comment.