Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KCreate committed Feb 11, 2017
1 parent 8294f04 commit ee05bdf
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 @@
[![Build Status](https://travis-ci.org/charly-lang/charly.svg?branch=master)](https://travis-ci.org/charly-lang/charly)
[![Version](https://img.shields.io/badge/Version-0.2.0-green.svg)](https://github.com/charly-lang/charly/releases/tag/v0.2.0)
[![Version](https://img.shields.io/badge/Version-0.3.0-green.svg)](https://github.com/charly-lang/charly/releases/tag/v0.3.0)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/charly-lang/charly/blob/master/LICENSE)

<img align="right" alt="Charly" width="150" src="res/charly.png" />
Expand Down Expand Up @@ -75,7 +75,7 @@ This will place the executable in the `bin` folder.
# CLI options
```
$ charly -v
Charly 0.2.0 [bc45b96] (16. January 2017)
Charly 0.3.0 [bc45b96] (16. January 2017)
$ charly -h
Usage: charly [filename] [flags] [arguments]
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: charly-lang
version: 0.2.0
version: 0.3.0

authors:
- Leonard Schuetz <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/charly/config.cr
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module Charly
module Config
VERSION = "0.2.0"
VERSION = "0.3.0"
COMPILE_DATE = {{ `date +'%d. %B %Y'`.stringify.chomp }}
LICENSE = <<-LICENSETEXT
The MIT License (MIT)
Expand Down

0 comments on commit ee05bdf

Please sign in to comment.