mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 22:25:26 +00:00
Fix wrong version of Rojo displaying in studio. (#669)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[tools]
|
[tools]
|
||||||
wally = "UpliftGames/wally@0.3.1"
|
wally = "UpliftGames/wally@0.3.1"
|
||||||
rojo = "rojo-rbx/rojo@7.2.1"
|
rojo = "rojo-rbx/rojo@7.3.0"
|
||||||
selene = "Kampfkarren/selene@0.20.0"
|
selene = "Kampfkarren/selene@0.20.0"
|
||||||
run-in-roblox = "rojo-rbx/run-in-roblox@0.3.0"
|
run-in-roblox = "rojo-rbx/run-in-roblox@0.3.0"
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ local isDevBuild = script.Parent.Parent:FindFirstChild("ROJO_DEV_BUILD") ~= nil
|
|||||||
return strict("Config", {
|
return strict("Config", {
|
||||||
isDevBuild = isDevBuild,
|
isDevBuild = isDevBuild,
|
||||||
codename = "Epiphany",
|
codename = "Epiphany",
|
||||||
version = {7, 2, 1},
|
version = {7, 3, 0},
|
||||||
expectedServerVersionString = "7.2 or newer",
|
expectedServerVersionString = "7.2 or newer",
|
||||||
protocolVersion = 4,
|
protocolVersion = 4,
|
||||||
defaultHost = "localhost",
|
defaultHost = "localhost",
|
||||||
|
|||||||
@@ -29,5 +29,5 @@ dependencies = []
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rojo-rbx/rojo"
|
name = "rojo-rbx/rojo"
|
||||||
version = "7.2.1"
|
version = "7.3.0"
|
||||||
dependencies = [["Flipper", "reselim/flipper@2.0.0"], ["Promise", "evaera/promise@4.0.0"], ["Roact", "roblox/roact@1.4.4"], ["t", "osyrisrblx/t@3.0.0"]]
|
dependencies = [["Flipper", "reselim/flipper@2.0.0"], ["Promise", "evaera/promise@4.0.0"], ["Roact", "roblox/roact@1.4.4"], ["t", "osyrisrblx/t@3.0.0"]]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rojo-rbx/rojo"
|
name = "rojo-rbx/rojo"
|
||||||
description = "Rojo enables Roblox developers to use professional-grade software engineering tools"
|
description = "Rojo enables Roblox developers to use professional-grade software engineering tools"
|
||||||
version = "7.2.1"
|
version = "7.3.0"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
authors = ["LPGhatguy (https://lpg.space/)"]
|
authors = ["LPGhatguy (https://lpg.space/)"]
|
||||||
registry = "https://github.com/upliftgames/wally-index"
|
registry = "https://github.com/upliftgames/wally-index"
|
||||||
|
|||||||
Reference in New Issue
Block a user