diff options
-rw-r--r-- | static/logo/peach-16.png | bin | 291 -> 0 bytes | |||
-rw-r--r-- | static/logo/peach-32.png | bin | 533 -> 0 bytes | |||
-rw-r--r-- | static/logo/peach-48.png | bin | 831 -> 0 bytes | |||
-rw-r--r-- | static/logo/peach.rkt | 2 | ||||
-rw-r--r-- | version/version.go | 2 |
5 files changed, 2 insertions, 2 deletions
diff --git a/static/logo/peach-16.png b/static/logo/peach-16.png Binary files differdeleted file mode 100644 index 3cea403..0000000 --- a/static/logo/peach-16.png +++ /dev/null diff --git a/static/logo/peach-32.png b/static/logo/peach-32.png Binary files differdeleted file mode 100644 index 693bf13..0000000 --- a/static/logo/peach-32.png +++ /dev/null diff --git a/static/logo/peach-48.png b/static/logo/peach-48.png Binary files differdeleted file mode 100644 index cab5356..0000000 --- a/static/logo/peach-48.png +++ /dev/null diff --git a/static/logo/peach.rkt b/static/logo/peach.rkt index ae0925e..80fb742 100644 --- a/static/logo/peach.rkt +++ b/static/logo/peach.rkt @@ -52,5 +52,5 @@ ;; Make logos in different sizes. (begin - (let ((sizes '(16 32 48 58 76 80 87 114 120 152 167 120 180))) + (let ((sizes '(58 76 80 87 114 120 152 167 120 180))) (map make-logo sizes))) diff --git a/version/version.go b/version/version.go index 75727a4..ae00610 100644 --- a/version/version.go +++ b/version/version.go @@ -4,4 +4,4 @@ // Peach version. package version -const Version = "0.7.0" +const Version = "0.8.0.dev" |