Skip to content

Commit 73c6b5a

Browse files
committed
0.4.4
1 parent 1f5a686 commit 73c6b5a

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
## Current Master
44
*No changes*
55

6+
## 0.4.4 (April 7, 2018)
7+
* Fix small regression introduced in 0.4.3
8+
69
## 0.4.3 (April 7, 2018)
710
* Plugin now automatically selects `HttpService` if it determines that HTTP isn't enabled ([#58](https://github.com/LPGhatguy/rojo/pull/58))
811
* Plugin now has much more robust handling and will wipe all state when the server changes.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<a href="https://travis-ci.org/LPGhatguy/rojo">
99
<img src="https://api.travis-ci.org/LPGhatguy/rojo.svg?branch=master" alt="Travis-CI Build Status" />
1010
</a>
11-
<img src="https://img.shields.io/badge/latest_version-0.4.3-brightgreen.svg" alt="Current server version" />
11+
<img src="https://img.shields.io/badge/latest_version-0.4.4-brightgreen.svg" alt="Current server version" />
1212
</div>
1313

1414
<hr />

plugin/src/Config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
return {
22
pollingRate = 0.2,
3-
version = {0, 4, 3},
3+
version = {0, 4, 4},
44
expectedServerVersionString = "0.4.x",
55
protocolVersion = 1,
66
dev = false,

server/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rojo"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
55
description = "A tool to create robust Roblox projects"
66
license = "MIT"

0 commit comments

Comments
 (0)