Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Suschlik committed Jan 9, 2017
1 parent 35e277d commit 8e43138
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,7 +1,7 @@
# Hashids

[![Build Status](https://travis-ci.org/splattael/hashids.cr.svg)](https://travis-ci.org/splattael/hashids.cr)
[![Shard version](https://img.shields.io/badge/hashids.cr-v0.1.0-orange.svg)](http://crystalshards.xyz/?filter=hashids)
[![Shard version](https://img.shields.io/badge/hashids.cr-v0.2.0-orange.svg)](http://crystalshards.xyz/?filter=hashids)

A small Crystal shard to generate YouTube-like ids from one or many numbers. Use hashids when you do not want to expose your database ids to the user.

Expand All @@ -24,7 +24,7 @@ Add this to your application's `shard.yml`:
dependencies:
hashids:
github: splattael/hashids.cr
version: 0.1.0
version: 0.2.0
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
@@ -1,5 +1,5 @@
name: hashids
version: 0.1.0
version: 0.2.0

authors:
- Peter Suschlik <ps@neopoly.de>
Expand Down
2 changes: 1 addition & 1 deletion src/hashids/version.cr
@@ -1,3 +1,3 @@
module Hashids
VERSION = "0.1.0"
VERSION = "0.2.0"
end

0 comments on commit 8e43138

Please sign in to comment.