Skip to content

Commit 664e858

Browse files
authored
Merge pull request #3 from Omnifarious/master
Fixed problem with bad case in name.
2 parents 11d7492 + dec1762 commit 664e858

File tree

5 files changed

+14
-3
lines changed

5 files changed

+14
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ discussion page, and messages posted there will likely be ignored.**
4040

4141

4242
## Changelog
43+
### 0.2.4 (2018-10-16)
44+
* Fixed dates in changelog.txt entries
45+
* Fixed inconsistent case on Util.lua
46+
4347
### 0.2.3 (2018-10-16)
4448
* Change the default wireswap keybind to `CONTROL + ALT + W`. The previous `SHIFT + W` would inadvertently trigger and
4549
interfere with movement.
File renamed without changes.

changelog.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1+
---------------------------------------------------------------------------------------------------
2+
Version: 0.2.4
3+
Date: 16. 10. 2018
4+
Bugfixes:
5+
- Fixed dates in Changelog entries
6+
- Fixed inconsistent case on Util.lua
7+
18
---------------------------------------------------------------------------------------------------
29
Version: 0.2.3
3-
Date: 14. 16. 2018
10+
Date: 16. 10. 2018
411
Bugfixes:
512
- Changed the default wireswap keybind to CTRL + ALT + W instead of SHIFT + W, as the latter would frequently
613
interfere with movement.

control.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local Util = require('util')
1+
local Util = require('Util')
22
require('modules/snap')
33
require('modules/updater')
44
local Flip = require('modules/flip')

info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "BlueprintExtensions",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"title": "Blueprint Extensions",
55
"author": "Dewin",
66
"contact": "https://github.com/dewiniaid/BlueprintExtensions",

0 commit comments

Comments
 (0)