Skip to content

Commit

Permalink
Release v0.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Aug 26, 2018
1 parent 8253885 commit 9ffc224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ haskell_library(
"-Wno-unused-imports",
],
src_strip_prefix = "src",
version = "0.0.1",
version = "0.0.2",
visibility = ["//visibility:public"],
deps = [
"//third_party/haskell:array",
Expand Down
2 changes: 1 addition & 1 deletion tokstyle.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: tokstyle
version: 0.0.1
version: 0.0.2
synopsis: TokTok C code style checker
description: TokTok C code style checker
homepage: https://toktok.github.io/tokstyle
Expand Down

0 comments on commit 9ffc224

Please sign in to comment.