Skip to content

Commit

Permalink
update reqs for Jester 0.5.0 Nim 1.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Niminem committed Oct 20, 2020
1 parent 951f652 commit 4064387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neel.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.2.3"
version = "0.2.4"
author = "Leon Lysak, Blane Lysak"
description = "A Nim library for making lightweight Electron-like HTML/JS GUI apps, with full access to Nim capabilities."
license = "MIT"
Expand All @@ -11,5 +11,5 @@ srcDir = "src"
# Dependencies

requires "nim >= 1.2.2"
requires "jester >= 0.4.3"
requires "jester >= 0.5.0"
requires "ws >= 0.4.2"

0 comments on commit 4064387

Please sign in to comment.