Skip to content

Commit e17208b

Browse files
committed
Version 2018.1-1.2.1, just a non-EAP based release
1 parent acf4abf commit e17208b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ buildscript {
1919
}
2020

2121
plugins {
22-
id("org.jetbrains.kotlin.jvm") version "1.2.10" // kept in sync with IntelliJ's bundled dep
22+
id("org.jetbrains.kotlin.jvm") version "1.2.30" // kept in sync with IntelliJ's bundled dep
2323
groovy
2424
idea
2525
id("org.jetbrains.intellij") version "0.2.17"

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
# MIT License
99
#
1010
# suppress inspection "UnusedProperty" for whole file
11-
ideaVersion = 181-EAP-SNAPSHOT
11+
ideaVersion = 2018.1
1212
javaVersion = 1.8
1313

1414
group = com.demonwav.minecraft-dev
15-
version = 2018.1-1.2.0
15+
version = 2018.1-1.2.1
1616
downloadIdeaSources = true

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Minecraft Development for IntelliJ
1111
| **Travis (macOS)** |[![Travis macOS Build Status](https://travis-matrix-badges.herokuapp.com/repos/minecraft-dev/MinecraftDev/branches/dev/2)](https://travis-ci.org/minecraft-dev/MinecraftDev/)|
1212
| **AppVeyor (Windows)** |[![AppVeyor Windows Build Status](https://ci.appveyor.com/api/projects/status/p2qp6iinqvf4im64/branch/dev?svg=true)](https://ci.appveyor.com/project/DemonWav/minecraftdev/branch/dev)|
1313

14-
Info and Documentation [![Current Release](https://img.shields.io/badge/release-2018.1--1.2.0-orange.svg?style=flat-square)](https://plugins.jetbrains.com/plugin/8327)
14+
Info and Documentation [![Current Release](https://img.shields.io/badge/release-2018.1--1.2.1-orange.svg?style=flat-square)](https://plugins.jetbrains.com/plugin/8327)
1515
----------------------
1616

1717
Visit [https://minecraftdev.org](https://minecraftdev.org) for some information about the project, FAQs, and chat.

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<div>
2929
Please report issues to <a href="https://github.com/minecraft-dev/MinecraftDev/issues">the issue tracker</a>!
3030
<p>
31-
v. 2018.1-1.2.0
31+
v. 2018.1-1.2.1
3232
</div>
3333
]]>
3434
</change-notes>

0 commit comments

Comments
 (0)