diff --git a/Project.toml b/Project.toml index 76958da1..a75454b7 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "Semagrams" uuid = "13530c0b-fe5b-42fd-9b7e-79367be16329" license = "MIT" authors = ["Owen Lynch "] -version = "0.1.1" +version = "0.1.2" [deps] Catlab = "134e5e36-593f-5add-ad60-77f754baafbe" diff --git a/javascript/package.json b/javascript/package.json index ed2ed321..b335fd9d 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -1,6 +1,6 @@ { "name": "semagrams", - "version": "0.1.1", + "version": "0.1.2", "description": "The typescript component of Semagrams.jl", "main": "src/index.ts", "repository": "git@github.com:AlgebraicJulia/Semagrams.jl",