Skip to content

Commit

Permalink
bump to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mbutterick committed Jun 24, 2018
1 parent 35a4a18 commit 2ade55b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion beautiful-racket-demo/info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

(define collection 'multi)

(define version "1.1")
(define version "1.3")
(define deps '("base" "sugar" "beautiful-racket-lib" "rackunit-lib" "brag" "br-parser-tools-lib" "srfi-lib" "draw-lib" "syntax-color-lib" "gui-lib" "math-lib"))
(define build-deps '("racket-doc" "scribble-lib" "at-exp-lib"))
2 changes: 1 addition & 1 deletion beautiful-racket-lib/info.rkt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#lang info
(define collection 'multi)

(define version "1.1")
(define version "1.3")
(define deps '("at-exp-lib"
"base"
"sugar"
Expand Down
2 changes: 1 addition & 1 deletion beautiful-racket/info.rkt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#lang info
(define collection 'multi)

(define version "1.1")
(define version "1.3")
(define deps '("base" "sugar" "beautiful-racket-lib" "beautiful-racket-demo" "rackunit-lib" "brag" "br-parser-tools-lib"))
(define build-deps '("racket-doc"))
(define update-implies '("brag" "br-parser-tools-lib"))

0 comments on commit 2ade55b

Please sign in to comment.