Skip to content

Commit

Permalink
2.2.1 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
sargunv authored Jul 2, 2016
1 parent c613137 commit a9f3986
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.2.1

- Fix a dependency typo

## 2.2.0

- Support for [Skaffold](https://github.com/pokesource/skaffold) data sources
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ PokeKotlin is available from the JCenter repository.

```groovy
dependencies {
compile 'me.sargunvohra.lib:pokekotlin:2.2.0'
compile 'me.sargunvohra.lib:pokekotlin:2.2.1'
}
```

Expand All @@ -48,7 +48,7 @@ dependencies {
```kotlin
val p = project {
dependencies {
compile("me.sargunvohra.lib:pokekotlin:2.2.0")
compile("me.sargunvohra.lib:pokekotlin:2.2.1")
}
}
```
2 changes: 1 addition & 1 deletion kobalt/src/Build.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import com.beust.kobalt.project
import com.beust.kobalt.repos

object Versions {
val pokekotlin = "2.2.0"
val pokekotlin = "2.2.1"
val kotlin = "1.0.3"
val retrofit = "2.1.0"
val testNg = "6.9.10"
Expand Down

0 comments on commit a9f3986

Please sign in to comment.