Skip to content

Commit

Permalink
Merge branch 'hotfix/v3.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
mplatvoet committed Mar 30, 2016
2 parents 437800e + 246488f commit 8beaa70
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ task { "world" } and task { "Hello" } success {
Please refer to the [Kovenant](http://kovenant.komponents.nl) site for API usage and more.

## Getting started
Build against Kotlin: `1.0.1-1`.
Build against Kotlin: `1.0.1-2`.
Source and target compatibility is `1.6`

###Gradle
```groovy
dependencies {
compile 'nl.komponents.kovenant:kovenant:3.2.1'
compile 'nl.komponents.kovenant:kovenant:3.2.2'
}
```

Expand All @@ -32,7 +32,7 @@ dependencies {
<dependency>
<groupId>nl.komponents.kovenant</groupId>
<artifactId>kovenant</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/

buildscript {
ext.kotlinVersion = '1.0.1-1'
ext.kotlinVersion = '1.0.1-2'
ext.extraConfVersion = '2.2.+'

repositories {
Expand All @@ -39,7 +39,7 @@ buildscript {

allprojects {
ext {
appVersion = '3.2.1'
appVersion = '3.2.2'
appGroup = 'nl.komponents.kovenant'


Expand Down
10 changes: 10 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,18 @@
Changelog of Kovenant. Complying to [Semantic Versioning](http://semver.org).
Please refer to [roadmap](roadmap.md) for upcoming releases.

##v3.2.2

**general**

* Update to Kotlin 1.0.1-2

##v3.2.1

**general**

* Update to Kotlin 1.0.1-1

**core**

* [KOV-78](http://issues.komponents.nl/youtrack/issue/KOV-78) Support android with api level set to 15
Expand Down
6 changes: 3 additions & 3 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ Developed with the following [goals](misc/goals.md) in mind.
* **Dependency free**: when not counting kotlin std

## Getting started
Build against Kotlin: `1.0.1-1`.
Build against Kotlin: `1.0.1-2`.
Source and target compatibility is `1.6`

###Gradle
```groovy
dependencies {
compile 'nl.komponents.kovenant:kovenant:3.2.1'
compile 'nl.komponents.kovenant:kovenant:3.2.2'
}
```

Expand All @@ -40,7 +40,7 @@ dependencies {
<dependency>
<groupId>nl.komponents.kovenant</groupId>
<artifactId>kovenant</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion projects/progress/progress.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ project.description = "Progress tracking Kovenant extensions"

dependencies {
compile project(':kovenant-core')
compile 'nl.komponents.progress:progress-core:1.0.1'
compile 'nl.komponents.progress:progress-core:1.0.2'
}

0 comments on commit 8beaa70

Please sign in to comment.