Skip to content

Commit

Permalink
Welcome v1.3.0
Browse files Browse the repository at this point in the history
Min fix on readme
  • Loading branch information
laendoor committed Aug 5, 2019
1 parent 1798f2a commit e1db0a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

This package allows you to use Arena with Kotlin in a more pleasant way.

It provides some extensions that take advantage of Kotlin's functions,
It provides some extensions that take advantage of Kotlin's functionality,
as well as the possibility of [extending the classes](https://kotlinlang.org/docs/reference/extensions.html)
and [high order functions](https://kotlinlang.org/docs/reference/lambdas.html).

Expand Down Expand Up @@ -57,13 +57,13 @@ You need to add this code to your `pom.xml`
## How to use

> **Important:** You always have to add this import:
>
> `import org.uqbar.arena.kotlin.extensions.*`
`import org.uqbar.arena.kotlin.extensions.*`

### Quick Start

```kt
package examples.extensions.widgets.control
package examples

import java.awt.Color
import org.uqbar.arena.widgets.*
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</parent>

<artifactId>arena-kotlin-extensions</artifactId>
<version>1.2.1</version>
<version>1.3.0</version>

<properties>
<kotlin.version>1.3.31</kotlin.version>
Expand Down

0 comments on commit e1db0a7

Please sign in to comment.