info.rkt mentions 1.6
This commit is contained in:
parent
9caec4b351
commit
b00756ad87
4
info.rkt
4
info.rkt
|
@ -2,8 +2,8 @@
|
|||
|
||||
(define name "Whalesong")
|
||||
(define blurb '("A Racket to JavaScript compiler"))
|
||||
(define release-notes '((p "Corrected bug that would cause Whalesong to fail on Windows, reduced size of generated JS files, added hash tables, and other bug fixes.")))
|
||||
(define version "1.5")
|
||||
(define release-notes '((p "Minor update: bug fix to prevent crashes on iOS 5.")))
|
||||
(define version "1.6")
|
||||
(define categories '(devtools))
|
||||
(define repositories '("4.x"))
|
||||
(define required-core-version "5.1.1")
|
||||
|
|
Loading…
Reference in New Issue
Block a user