Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guzba committed Jul 7, 2020
1 parent a95bf41 commit d025f4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion supersnappy.nimble
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
packageName = "supersnappy"
version = "0.0.0"
version = "1.0.0"
author = "Ryan Oldenburg"
description = "Nim implementation of Google's Snappy compression."
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/chunks.nim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# nim c --gc:arc -d:release -r .\tests\chunks.nim
# To run: nim c --gc:arc -d:release -r .\tests\chunks.nim
# You may need to install first: nimble install snappy, nimsnappyc

import ../supersnappy, nimsnappyc, os, snappy, std/monotimes, strformat
Expand Down

0 comments on commit d025f4f

Please sign in to comment.