Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
DeflatedPickle committed Aug 8, 2020
1 parent 536a33d commit cc6d633
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

group 'org.deflatedpickle'
archivesBaseName = 'haruhi'
version '1.3.0'
version '1.4.0'

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@ import javax.swing.JScrollPane
import kotlin.properties.Delegates
import me.xdrop.fuzzywuzzy.FuzzySearch
import org.apache.logging.log4j.LogManager
import java.awt.Window

@Suppress("MemberVisibilityCanBePrivate", "unused")
object PluginUtil {
private val logger = LogManager.getLogger()

var isInDev by Delegates.notNull<Boolean>()

lateinit var window: Window
lateinit var control: CControl
lateinit var grid: CGrid

Expand Down

0 comments on commit cc6d633

Please sign in to comment.