diff --git a/Project.toml b/Project.toml index 75d8e5c1b..3afb93f79 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SnoopCompile" uuid = "aa65fe97-06da-5843-b5b1-d5d13cad87d2" author = ["Tim Holy "] -version = "2.2.0" +version = "2.2.1" [deps] Cthulhu = "f68482b8-f384-11e8-15f7-abe071a5a75f" @@ -20,7 +20,7 @@ Cthulhu = "1.5" FlameGraphs = "0.2" OrderedCollections = "1" Requires = "1" -SnoopCompileCore = "~2.2.0" +SnoopCompileCore = "~2.2.1" YAML = "0.4" julia = "1" diff --git a/SnoopCompileCore/Project.toml b/SnoopCompileCore/Project.toml index 5ad187bea..84832a5bd 100644 --- a/SnoopCompileCore/Project.toml +++ b/SnoopCompileCore/Project.toml @@ -1,7 +1,7 @@ name = "SnoopCompileCore" uuid = "e2b509da-e806-4183-be48-004708413034" author = ["Tim Holy "] -version = "2.2.0" +version = "2.2.1" [deps] Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"