Skip to content

Commit 6385a7b

Browse files
committed
1.2.2
1 parent 936c171 commit 6385a7b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## [Unreleased]
4+
5+
## [1.2.2] - June 5, 2019
46
### Fixed
57
* Fixed `attempt to index upvalue 'Terrain' (a nil value)` error.
68
* Thanks to Roblox users MrPedro_1, brandonbrady1, EastCoastLaw for reporting the bug.
@@ -52,7 +54,8 @@
5254
* All settings will now be saved and will use the same value when relaunching Studio.
5355
* Selection Box will now glow green or red depending if it is able to be converted the part selected or not.
5456

55-
[Unreleased]: https://github.com/mkargus/PartToTerrain/compare/1.2.1...master
57+
[Unreleased]: https://github.com/mkargus/PartToTerrain/compare/1.2.2...master
58+
[1.2.2]: https://github.com/mkargus/PartToTerrain/compare/1.2.1...1.2.2
5659
[1.2.1]: https://github.com/mkargus/PartToTerrain/compare/1.2.0...1.2.1
5760
[1.2.0]: https://github.com/mkargus/PartToTerrain/compare/1.1.0...1.2.0
5861
[1.1.0]: https://github.com/mkargus/PartToTerrain/compare/1.0.0...1.1.0

src/init.server.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- Made By Fastcar48
2-
local version = '1.2.1'
2+
local version = '1.2.2'
33

44
-- Services
55
local mouse = plugin:GetMouse()

0 commit comments

Comments
 (0)