Skip to content

Commit

Permalink
Pre-Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
winterbe committed Feb 26, 2016
1 parent ff7ee81 commit c38b152
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 56 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ Expekt is available via [Maven Central](https://repo1.maven.org/maven2/com/winte
<dependency>
<groupId>com.winterbe</groupId>
<artifactId>expekt</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
<scope>test</scope>
</dependency>
```

##### Gradle

```groovy
testCompile "com.winterbe:expekt:0.1.0"
testCompile "com.winterbe:expekt:0.2.0"
```

### Introduction
Expand Down
53 changes: 0 additions & 53 deletions TODO

This file was deleted.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.winterbe</groupId>
<artifactId>expekt</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<name>Expekt</name>
<description>BDD assertion library for Kotlin</description>
<url>https://github.com/winterbe/expekt</url>
Expand Down

0 comments on commit c38b152

Please sign in to comment.