Skip to content

Commit

Permalink
made changes for 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
knoxfighter committed Feb 11, 2020
1 parent 26fd85b commit d4423cc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [1.2.2] - 11.02.2020
### Fixed
- endless "Download Factorio LuaApi" on startup
- download of lualib and core prototypes failed
Expand Down
9 changes: 8 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'moe.knox.factorio'
version '1.2.2-SNAPSHOT'
version '1.2.2'

sourceCompatibility = 1.11

Expand All @@ -27,6 +27,13 @@ intellij {

patchPluginXml {
changeNotes """
<h2>1.2.2</h2>
<h3>Fixed</h3>
<ul>
<li>endless "Download Factorio LuaApi" on startup</li>
<li>download of lualib and core prototypes failed</li>
</ul>
<h2>1.2.1</h2>
<h3>Fixed</h3>
<ul>
Expand Down

0 comments on commit d4423cc

Please sign in to comment.