Skip to content

Commit

Permalink
Merge pull request #14 from fbeline/bump-version
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
fbeline authored Apr 20, 2020
2 parents 322ec55 + fc34dc0 commit 35ffdca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# luneta [![Build Status](https://travis-ci.org/fbeline/luneta.svg?branch=master)](https://travis-ci.org/fbeline/luneta) ![v0.1.0-beta](https://img.shields.io/badge/v0.1.0--beta-blue)
# luneta [![Build Status](https://travis-ci.org/fbeline/luneta.svg?branch=master)](https://travis-ci.org/fbeline/luneta) ![v0.2.0](https://img.shields.io/badge/v0.2.0-blue)

Luneta is an interactive filter that can be easily composed within any script.

Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

name: luneta
version: '0.1.1'
version: '0.2.0'
summary: Terminal fuzzy search tool.
description: |
Terminal fuzzy search tool.
Expand Down
2 changes: 1 addition & 1 deletion source/luneta/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import luneta.window;
import luneta.opts;

private:
const string VERSION = "v1.0.0";
const string VERSION = "v0.2.0";

string[] parseStdin()
{
Expand Down

0 comments on commit 35ffdca

Please sign in to comment.