bump to 1.5; min version 6.7

pull/21/head
Matthew Butterick 5 years ago
parent 90c45a7ed6
commit eec4502c4c

@ -12,11 +12,11 @@ env:
# - RACKET_VERSION=6.0 # - RACKET_VERSION=6.0
# - RACKET_VERSION=6.1 # - RACKET_VERSION=6.1
# - RACKET_VERSION=6.2 # - RACKET_VERSION=6.2
- RACKET_VERSION=6.3 # - RACKET_VERSION=6.3
# - RACKET_VERSION=6.4 # - RACKET_VERSION=6.4
# - RACKET_VERSION=6.5 # - 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.8
- RACKET_VERSION=6.9 - RACKET_VERSION=6.9
# - RACKET_VERSION=6.10 # - RACKET_VERSION=6.10

@ -1,9 +1,9 @@
#lang info #lang info
(define collection 'multi) (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-lib"
"beautiful-racket-demo")) "beautiful-racket-demo"))

Loading…
Cancel
Save