Skip to content

Commit

Permalink
v. 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Jul 16, 2018
1 parent 08a0f2e commit 85fd67c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![EUPL](https://img.shields.io/badge/license-EUPL%201.2-brightgreen.svg)](https://joinup.ec.europa.eu/collection/eupl/eupl-text-11-12)
[![Build Status](https://travis-ci.org/robstoll/atrium.svg?branch=master)](https://travis-ci.org/robstoll/atrium/branches)
[![Coverage](https://codecov.io/github/robstoll/atrium/coverage.svg?branch=master)](https://codecov.io/github/robstoll/atrium?branch=master)
[![Build Status](https://travis-ci.org/robstoll/atrium.svg?tag=v0.4.0)](https://travis-ci.org/robstoll/atrium/branches)
[![Coverage](https://codecov.io/github/robstoll/atrium/coverage.svg?tag=v0.4.0)](https://codecov.io/github/robstoll/atrium?tag=v0.4.0)

# Atrium
Atrium is an open-source assertion library for Kotlin with a fluent API.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
buildscript {
def projectsWithoutSourcesBuildScript = project(":${project.name}-cc-en_UK-robstoll")
ext {
atrium_version = '0.4.0-SNAPSHOT'
ghPages_version = '0.4.0-SNAPSHOT'
atrium_version = '0.4.0'
ghPages_version = '0.4.0'
kbox_version = '0.0.1'
kotlin_version = '1.2.0'
mockito_kotlin_version = '1.5.0'
Expand Down

0 comments on commit 85fd67c

Please sign in to comment.