Skip to content

Commit

Permalink
Actualizo version juego para proximo release. (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinodz authored Dec 15, 2019
1 parent baa5f72 commit d35d9cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.gradle.internal.jvm.Jvm
buildscript {
ext {
kotlin_version = '1.3.50'
artemis_version = '2.2.0'
artemis_version = '2.2.0'
}

repositories {
Expand All @@ -26,7 +26,7 @@ allprojects {
apply plugin: "eclipse"

group = 'Finisterra'
version = '0.1.12'
version = '0.1.13'

ext {
appName = 'Finisterra'
Expand Down

0 comments on commit d35d9cd

Please sign in to comment.