Skip to content

Commit dc29bca

Browse files
committed
Bump version to v0.2.2
Signed-off-by: antoniaklja <antoniaklja@gmail.com>
1 parent 638af77 commit dc29bca

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# crypt
22

3-
[![Version](https://img.shields.io/badge/version-v0.2.1-brightgreen.svg)](https://github.com/VirtusLab/crypt/releases/tag/v0.2.1)
3+
[![Version](https://img.shields.io/badge/version-v0.2.2-brightgreen.svg)](https://github.com/VirtusLab/crypt/releases/tag/v0.2.2)
44
[![Travis CI](https://img.shields.io/travis/VirtusLab/crypt.svg)](https://travis-ci.org/VirtusLab/crypt)
55
[![Github All Releases](https://img.shields.io/github/downloads/VirtusLab/crypt/total.svg)](https://github.com/VirtusLab/crypt/releases)
66
[![Go Report Card](https://goreportcard.com/badge/github.com/VirtusLab/crypt "Go Report Card")](https://goreportcard.com/report/github.com/VirtusLab/crypt)
@@ -34,15 +34,15 @@ Downloading binaries with `bash`:
3434

3535
OS=$(uname -s | tr '[A-Z]' '[a-z]')
3636
ARCH=amd64
37-
curl -SLf# -o ${HOME}/bin/crypt https://github.com/VirtusLab/crypt/releases/download/v0.2.1/crypt-${OS}-${ARCH}
37+
curl -SLf# -o ${HOME}/bin/crypt https://github.com/VirtusLab/crypt/releases/download/v0.2.2/crypt-${OS}-${ARCH}
3838
chmod +x ${HOME}/bin/crypt
3939
crypt --version
4040

4141
Popular links:
4242

43-
- [Mac OS 64 bit](https://github.com/VirtusLab/crypt/releases/download/v0.2.1/crypt-darwin-amd64)
44-
- [Linux 64 bit](https://github.com/VirtusLab/crypt/releases/download/v0.2.1/crypt-linux-amd64)
45-
- [Windows 64 bit](https://github.com/VirtusLab/crypt/releases/download/v0.2.1/crypt-windows-amd64)
43+
- [Mac OS 64 bit](https://github.com/VirtusLab/crypt/releases/download/v0.2.2/crypt-darwin-amd64)
44+
- [Linux 64 bit](https://github.com/VirtusLab/crypt/releases/download/v0.2.2/crypt-linux-amd64)
45+
- [Windows 64 bit](https://github.com/VirtusLab/crypt/releases/download/v0.2.2/crypt-windows-amd64)
4646

4747
For more binaries please **visit the [Releases Page](https://github.com/VirtusLab/crypt/releases)**.
4848

@@ -64,7 +64,7 @@ For more binaries please **visit the [Releases Page](https://github.com/VirtusLa
6464
crypt [global options] command [command options] [arguments...]
6565

6666
VERSION:
67-
v0.2.1
67+
v0.2.2
6868

6969
AUTHOR:
7070
VirtusLab

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.2.1
1+
v0.2.2

0 commit comments

Comments
 (0)