Skip to content

Commit

Permalink
Version adapted
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinOtter committed Aug 7, 2022
1 parent 6d3c6fd commit cb6254a
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_CairoMakie"
uuid = "9a677d73-819a-4685-8db0-bdf9b06384c4"
authors = ["[email protected] <[email protected]>"]
version = "0.1.1"
version = "0.1.2"

[deps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Expand Down
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.1"
const Date = "2022-08-05"
const Version = "0.1.2"
const Date = "2022-08-07"

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

Expand Down

0 comments on commit cb6254a

Please sign in to comment.