Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
devoxin committed Dec 23, 2019
1 parent 6100671 commit e219028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ apply plugin: 'kotlin'
apply plugin: 'com.github.johnrengelman.shadow'

group 'me.devoxin'
version '1.4.2'
version '1.4.3'
sourceCompatibility = 1.8

repositories {
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/me/devoxin/flight/FlightInfo.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package me.devoxin.flight

object FlightInfo {
val VERSION = "1.4.2"
val VERSION = "1.4.3"
}

0 comments on commit e219028

Please sign in to comment.