Skip to content

Commit ee65df7

Browse files
authored
Merge pull request #4 from dewiniaid/revert-3-master
Revert "Fixed problem with bad case in name."
2 parents 664e858 + a983fae commit ee65df7

File tree

5 files changed

+3
-14
lines changed

5 files changed

+3
-14
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ 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-
4743
### 0.2.3 (2018-10-16)
4844
* Change the default wireswap keybind to `CONTROL + ALT + W`. The previous `SHIFT + W` would inadvertently trigger and
4945
interfere with movement.

changelog.txt

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
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-
81
---------------------------------------------------------------------------------------------------
92
Version: 0.2.3
10-
Date: 16. 10. 2018
3+
Date: 14. 16. 2018
114
Bugfixes:
125
- Changed the default wireswap keybind to CTRL + ALT + W instead of SHIFT + W, as the latter would frequently
136
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.4",
3+
"version": "0.2.3",
44
"title": "Blueprint Extensions",
55
"author": "Dewin",
66
"contact": "https://github.com/dewiniaid/BlueprintExtensions",
File renamed without changes.

0 commit comments

Comments
 (0)