From fc34dc0adfa4107735abb36ad4436ba55f9d28fd Mon Sep 17 00:00:00 2001 From: Felipe Beline Baravieira Date: Mon, 20 Apr 2020 20:50:09 -0300 Subject: [PATCH] bump version --- README.md | 2 +- snap/snapcraft.yaml | 2 +- source/luneta/app.d | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d163b8a..1509596 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index c00e4ff..e95026d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: luneta - version: '0.1.1' + version: '0.2.0' summary: Terminal fuzzy search tool. description: | Terminal fuzzy search tool. diff --git a/source/luneta/app.d b/source/luneta/app.d index 44fcec2..0b5451b 100644 --- a/source/luneta/app.d +++ b/source/luneta/app.d @@ -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() {