diff --git a/BUILD.bazel b/BUILD.bazel index d83d903..584c421 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -173,7 +173,7 @@ haskell_library( ), src_strip_prefix = "src", tags = ["no-cross"], - version = "0.0.20", + version = "0.0.21", visibility = ["//visibility:public"], deps = [ ":ast", diff --git a/cimple.cabal b/cimple.cabal index 86a36d7..bc1f9e2 100644 --- a/cimple.cabal +++ b/cimple.cabal @@ -1,12 +1,12 @@ name: cimple -version: 0.0.20 +version: 0.0.21 synopsis: Simple C-like programming language homepage: https://toktok.github.io/ license: GPL-3 license-file: LICENSE author: Iphigenia Df maintainer: Iphigenia Df -copyright: Copyright (c) 2016-2022, Iphigenia Df +copyright: Copyright (c) 2016-2024, Iphigenia Df category: Data stability: Experimental cabal-version: >=1.10