From b4d05054a91b332796f782243a14c572c90a7a30 Mon Sep 17 00:00:00 2001 From: Keno Fischer Date: Mon, 19 Feb 2024 20:57:29 +0000 Subject: [PATCH] Bump versions --- Project.toml | 4 ++-- TypedSyntax/Project.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 4dde25ce..1ed353ea 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Cthulhu" uuid = "f68482b8-f384-11e8-15f7-abe071a5a75f" authors = ["Valentin Churavy and contributors"] -version = "2.11.0" +version = "2.12.0" [deps] CodeTracking = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2" @@ -24,7 +24,7 @@ JuliaSyntax = "0.4" PrecompileTools = "1" Preferences = "1" REPL = "1.9" -TypedSyntax = "1.2.2" +TypedSyntax = "1.3.0" UUIDs = "1.9" Unicode = "1.9" WidthLimitedIO = "1" diff --git a/TypedSyntax/Project.toml b/TypedSyntax/Project.toml index 71486bff..80541410 100644 --- a/TypedSyntax/Project.toml +++ b/TypedSyntax/Project.toml @@ -1,7 +1,7 @@ name = "TypedSyntax" uuid = "d265eb64-f81a-44ad-a842-4247ee1503de" authors = ["Tim Holy and contributors"] -version = "1.2.4" +version = "1.3.0" [deps] CodeTracking = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"