Skip to content
This repository has been archived by the owner on Sep 9, 2019. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hellerve committed Feb 10, 2016
1 parent 5a47585 commit 5a12417
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![zepto banner](https://raw.githubusercontent.com/zepto-lang/logos/master/zepto_logo.png)
![general version](http://img.shields.io/badge/version-0.9.0-yellow.svg)
![general version](http://img.shields.io/badge/version-0.9.1-yellow.svg)
![GPL Licensed](http://img.shields.io/badge/license-GPLv2-blue.svg)
![GHC Version](http://img.shields.io/badge/GHC_Version-7.4--7.10-grey.svg)
[![Build Status](https://travis-ci.org/zepto-lang/zepto.png?branch=master)](https://travis-ci.org/zepto-lang/zepto)
Expand Down Expand Up @@ -69,7 +69,7 @@ If you know Scheme, working in the REPL should be pretty straightforward.
Calling it via `zepto`, you should be greeted by this:

```
zepto Version 0.8.4, compiled with GHC version 710
zepto Version 0.9.1, compiled with GHC version 710
Copyright (C) 2015 Veit Heller (GPL)
This is free software; see the accompanying LICENSE for copying conditions.
There is NO warranty whatsoever.
Expand Down
2 changes: 1 addition & 1 deletion assets/license_interactive.as
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

zepto version 0.9.0, Copyright (C) 2015 Veit Heller
zepto version 0.9.1, Copyright (C) 2016 Veit Heller
zepto comes with ABSOLUTELY NO WARRANTY; for details type `:complete-license'.
This is free software, and you are welcome to redistribute it
under certain conditions; contact the author for details.
2 changes: 1 addition & 1 deletion src/Zepto/Primitives/VersionPrimitives.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Data.List (intercalate)
import Zepto.Types

version :: [Int]
version = [0, 9, 0]
version = [0, 9, 1]

versionStr :: String
versionStr = intercalate "." $ fmap show version
Expand Down

0 comments on commit 5a12417

Please sign in to comment.