Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Sep 16, 2019
1 parent a9c3f61 commit 1535d46
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: crystal

script:
- crystal spec
- crystal tool format --check
- crystal docs

deploy:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# FOAAS Client

[![Build Status](https://travis-ci.org/mamantoha/foaas_client.svg?branch=master)](https://travis-ci.org/mamantoha/foaas_client)
[![Docs](https://img.shields.io/badge/docs-available-brightgreen.svg)](https://mamantoha.github.io/foaas_client/)

A Crystal client for [FOAAS](https://foaas.com)(Fuck Off As A Service) - a modern, RESTful, scalable solution to the common problem of telling people to fuck off.
Expand Down
6 changes: 3 additions & 3 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: foaas_client
version: 0.2.0
version: 0.3.0

description: |
A Crystal client for FOAAS - a modern, RESTful, scalable solution to the common problem of telling people to fuck off
authors:
- Anton Maminov <anton.linux@gmail.com>
- Anton Maminov <anton.maminov@gmail.com>

crystal: 0.25.0
crystal: 0.30.0

license: MIT
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.2.0"
VERSION = "0.3.0"
end
end

0 comments on commit 1535d46

Please sign in to comment.