Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Feb 26, 2018
1 parent a160f2b commit 18d3155
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 @@
[![Apache license](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)](http://opensource.org/licenses/Apache2.0)
[![Build Status](https://travis-ci.org/robstoll/tutteli-spek-extensions.svg?branch=master)](https://travis-ci.org/robstoll/tutteli-spek-extensions/branches)
[![Coverage](https://codecov.io/github/robstoll/tutteli-spek-extensions/coverage.svg?branch=master)](https://codecov.io/github/robstoll/tutteli-spek-extensions?branch=master)
[![Build Status](https://travis-ci.org/robstoll/tutteli-spek-extensions.svg?tag=v0.2.0)](https://travis-ci.org/robstoll/tutteli-spek-extensions/branches)
[![Coverage](https://codecov.io/github/robstoll/tutteli-spek-extensions/coverage.svg?tag=v0.2.0)](https://codecov.io/github/robstoll/tutteli-spek-extensions?tag=v0.2.0)


# Tutteli spek extension
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
project.version ='0.2.0-SNAPSHOT'
project.version ='0.2.0'
ext {
kotlin_version = '1.2.21'

Expand All @@ -17,7 +17,7 @@ buildscript {

//dokka
dokka_version = '0.9.14'
dokka_sourceMapping = 'tree/master'
dokka_sourceMapping = 'tree/v0.2.0'

projectPrefixed = { String name -> project(":${rootProject.name}-$name") }
srcKotlin = 'src/main/kotlin'
Expand Down

0 comments on commit 18d3155

Please sign in to comment.