Skip to content

Commit edc97d7

Browse files
committed
1.3.0
1 parent 836bdcf commit edc97d7

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.3.0] - August 4, 2019
46
### Added
57
* Cylinder support!
68
*(Waiting to be enabled on Roblox's end.)*
@@ -70,7 +72,8 @@
7072
* All settings will now be saved and will use the same value when relaunching Studio.
7173
* Selection Box will now glow green or red depending if it is able to be converted the part selected or not.
7274

73-
[Unreleased]: https://github.com/mkargus/PartToTerrain/compare/1.2.2...master
75+
[Unreleased]: https://github.com/mkargus/PartToTerrain/compare/1.3.0...master
76+
[1.3.0]: https://github.com/mkargus/PartToTerrain/compare/1.2.2...1.3.0
7477
[1.2.2]: https://github.com/mkargus/PartToTerrain/compare/1.2.1...1.2.2
7578
[1.2.1]: https://github.com/mkargus/PartToTerrain/compare/1.2.0...1.2.1
7679
[1.2.0]: https://github.com/mkargus/PartToTerrain/compare/1.1.0...1.2.0

src/init.server.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ if not plugin then
33
error('Part to Terrain has to be ran as a plugin.')
44
end
55

6-
local version = '1.2.2'
6+
local version = '1.3.0'
77

88
-- Services
99
local mouse = plugin:GetMouse()

0 commit comments

Comments
 (0)