Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Jun 23, 2018
1 parent 261f2b7 commit 332ffcd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Version `1.1.1` of the FOAAS API is supported.
```crystal
require "foaas_client"
client = Foaas::Client.new
client.rtfm("Me")
# => Read the fucking manual! - Me
Expand Down Expand Up @@ -55,4 +57,4 @@ Will respond to the following `accept_tyle` values:

## Contributors

- [mamantoha](https://github.com/mamantoha) Anton Maminov - creator, maintainer
* [mamantoha](https://github.com/mamantoha) Anton Maminov - creator, maintainer
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: foaas_client
version: 0.1.0
version: 0.2.0

description: |
A Crystal client for FOAAS - a modern, RESTful, scalable solution to the common problem of telling people to fuck off
Expand Down
2 changes: 1 addition & 1 deletion src/foaas_client/version.cr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Foaas
class Client
VERSION = "0.1.0"
VERSION = "0.2.0"
end
end

0 comments on commit 332ffcd

Please sign in to comment.