updating the info.rkt with changes for 1.7
This commit is contained in:
parent
bcbfa5f10e
commit
5712576e72
4
info.rkt
4
info.rkt
|
@ -2,8 +2,8 @@
|
|||
|
||||
(define name "Whalesong")
|
||||
(define blurb '("A Racket to JavaScript compiler"))
|
||||
(define release-notes '((p "Minor update: bug fix to prevent crashes on iOS 5.")))
|
||||
(define version "1.6")
|
||||
(define release-notes '((p "Added primitives: hash-keys, hash-values, hash-for-each, hash-map, write")))
|
||||
(define version "1.7")
|
||||
(define categories '(devtools))
|
||||
(define repositories '("4.x"))
|
||||
(define required-core-version "5.1.1")
|
||||
|
|
Loading…
Reference in New Issue
Block a user