Skip to content

Commit 23c59dc

Browse files
committed
0.4.5
1 parent 274ba58 commit 23c59dc

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Rojo Change Log
22

33
## Current Master
4+
*No changes*
5+
6+
## 0.4.5 (May 1, 2018)
7+
* Rojo messages are now prefixed with `Rojo: ` to make them stand out in the output more.
48
* Fixed server to notice file changes *much* more quickly. (200ms vs 1000ms)
59
* Server now lists name of project when starting up.
610
* Rojo now throws an error if no project file is found. ([#63](https://github.com/LPGhatguy/rojo/issues/63))

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.4-brightgreen.svg" alt="Current server version" />
11+
<img src="https://img.shields.io/badge/latest_version-0.4.5-brightgreen.svg" alt="Current server version" />
1212
<a href="https://lpghatguy.github.io/rojo">
1313
<img src="https://img.shields.io/badge/documentation-website-brightgreen.svg" alt="Rojo Documentation" />
1414
</a>

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, 4},
3+
version = {0, 4, 5},
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.4"
3+
version = "0.4.5"
44
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
55
description = "A tool to create robust Roblox projects"
66
license = "MIT"

0 commit comments

Comments
 (0)