Skip to content

Commit

Permalink
v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jangko committed Aug 28, 2023
1 parent 0f971c7 commit e662b6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nimPNG.nimble
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Package
version = "0.3.4"
version = "0.3.6"
author = "Andri Lim"
description = "PNG encoder and decoder"
license = "MIT"
skipDirs = @["tests", "docs"]

# Deps
requires "nim >= 0.19.0"
requires "nim >= 1.16.0"

### Helper functions
proc test(env, path: string) =
Expand Down

1 comment on commit e662b6e

@diegomrsantos
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @jangko, did you want to write "nim >= 1.6.0"?

Please sign in to comment.