Skip to content

Commit 0e4ecdc

Browse files
committed
1.2.1
1 parent 4f2e316 commit 0e4ecdc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## [Unreleased]
44

5+
## [1.2.1] - May 15, 2019
56
### Fixed
67
* Tooltip showing up on the top left when hovering over the Navbar.
78

@@ -48,7 +49,8 @@
4849
* All settings will now be saved and will use the same value when relaunching Studio.
4950
* Selection Box will now glow green or red depending if it is able to be converted the part selected or not.
5051

51-
[Unreleased]: https://github.com/mkargus/PartToTerrain/compare/1.2.0...master
52+
[Unreleased]: https://github.com/mkargus/PartToTerrain/compare/1.2.1...master
53+
[1.2.1]: https://github.com/mkargus/PartToTerrain/compare/1.2.0...1.2.1
5254
[1.2.0]: https://github.com/mkargus/PartToTerrain/compare/1.1.0...1.2.0
5355
[1.1.0]: https://github.com/mkargus/PartToTerrain/compare/1.0.0...1.1.0
5456
[1.0.0]: https://github.com/mkargus/PartToTerrain/releases/tag/1.0.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.0'
2+
local version = '1.2.1'
33

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

0 commit comments

Comments
 (0)