Skip to content

Commit

Permalink
Up the version, update info.rkt
Browse files Browse the repository at this point in the history
  • Loading branch information
erkin committed Jul 10, 2019
1 parent f683f8b commit de75743
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/const.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


(define project-name "gophwr")
(define project-version "v0.5.5")
(define project-version "v0.5.6")

(define version-message
(format #<<version
Expand Down
10 changes: 7 additions & 3 deletions src/info.rkt
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
#lang info

(define collection "gophwr")
(define version "0.5")

(define pkg-desc "A graphical gopher client")
(define pkg-authors '("Erkin Batu Altunbaş"))

(define deps '("base" "gui-lib" "net-lib"))
(define build-deps '())
(define pkg-desc "A graphical gopher browser in Racket")
(define version "0.5")
(define pkg-authors '(erkin))

(define gracket-launcher-names '("gophwr"))
(define gracket-launcher-libraries '("main.rkt"))

0 comments on commit de75743

Please sign in to comment.