Skip to content

Commit

Permalink
1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
guzba committed Nov 10, 2020
1 parent a09d627 commit 0fa52d8
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 = "1.1.3"
version = "1.1.4"
author = "Ryan Oldenburg"
description = "Nim implementation of Google's Snappy compression."
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_compiletime.nim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import strformat, supersnappy
import supersnappy

const
test1Path = "tests/data/alice29.txt"
Expand Down

0 comments on commit 0fa52d8

Please sign in to comment.