From e1db0a76eb74795834dc3113eef8c6b2ff228a60 Mon Sep 17 00:00:00 2001 From: Leandro Di Lorenzo Date: Sun, 4 Aug 2019 23:55:51 -0300 Subject: [PATCH] Welcome v1.3.0 Min fix on readme --- README.md | 8 ++++---- pom.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f253bf4..1d5f286 100644 --- a/README.md +++ b/README.md @@ -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). @@ -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.* diff --git a/pom.xml b/pom.xml index af4c1d7..43311d2 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ arena-kotlin-extensions - 1.2.1 + 1.3.0 1.3.31