Skip to content

Commit

Permalink
v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erkin committed Feb 3, 2019
1 parent 9f0f9a3 commit 7130f23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

;;;; These will be adjustable in the options menu.

(define *homepage* "gopher://suika.erkin.party:70")
(define *homepage* "gopher://suika.erkin.party:70/1/gophwr")
(define *wheel-step* 2)

(define *initial-width* 1024)
Expand Down
2 changes: 1 addition & 1 deletion src/const.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(provide (all-defined-out))

(define *project-name* "Gophwr")
(define *project-version* "v0.0.1")
(define *project-version* "v0.1.0")

(define *version-message*
(list
Expand Down

0 comments on commit 7130f23

Please sign in to comment.