Skip to content

Commit c9bec7a

Browse files
committed
Version number adapted
1 parent eef80e4 commit c9bec7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SignalTablesInterface_WGLMakie"
22
uuid = "749bcd42-40b2-4908-9ca0-95341da8b98b"
33
4-
version = "0.1.1"
4+
version = "0.1.2"
55

66
[deps]
77
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"

src/SignalTablesInterface_WGLMakie.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ module SignalTablesInterface_WGLMakie
44
const headingSize = 10
55

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

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

0 commit comments

Comments
 (0)