Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinon committed Jun 6, 2021
1 parent 6589830 commit 127eb4d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Install shards
run: shards install
- name: Run tests
run: crystal spec
run: crystal spec --error-trace
# - name: Check formatting
# run: crystal tool format --check
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# spoved

[![Build Status](https://travis-ci.com/spoved/spoved.cr.svg?branch=master)](https://travis-ci.com/spoved/spoved.cr)
[![build](https://github.com/spoved/spoved.cr/actions/workflows/build.yml/badge.svg)](https://github.com/spoved/spoved.cr/actions/workflows/build.yml)

<p align="center">
<a href="https://github.com/spoved/spoved.cr/actions/workflows/build.yml">
<img src="https://github.com/spoved/spoved.cr/actions/workflows/build.yml/badge.svg" alt="Build Status"></a>
<a href="https://github.com/spoved/spoved.cr/actions/workflows/release.yml">
<img src="https://github.com/spoved/spoved.cr/actions/workflows/release.yml/badge.svg" alt="Release Status"></a>
<a href="https://github.com/spoved/spoved.cr/releases">
<img src="https://img.shields.io/github/v/release/spoved/spoved.cr" alt="Latest release"></a>
</p>

This repository contains shared tools and libraries to help development of crystal libraries easier.

Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: spoved
version: 0.6.0
version: 0.6.1

authors:
- Holden Omans <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/spoved/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Spoved
VERSION = "0.6.0"
VERSION = "0.6.1"
end

0 comments on commit 127eb4d

Please sign in to comment.