@ -12,11 +12,11 @@ env:
# - RACKET_VERSION=6.0
# - RACKET_VERSION=6.1
# - RACKET_VERSION=6.2
- RACKET_VERSION=6.3
# - RACKET_VERSION=6.3
# - RACKET_VERSION=6.4
# - RACKET_VERSION=6.5
- RACKET_VERSION=6.6
# - RACKET_VERSION=6.6
# - RACKET_VERSION=6.7
- RACKET_VERSION=6.7
# - RACKET_VERSION=6.8
- RACKET_VERSION=6.9
# - RACKET_VERSION=6.10
@ -1,9 +1,9 @@
#lang info
(define collection 'multi)
(define version "1.4")
(define version "1.5")
(define deps '(["base" #:version "6.3"]
(define deps '(["base" #:version "6.7"]
"beautiful-racket-lib"
"beautiful-racket-demo"))