Skip to content

Commit d209b61

Browse files
committed
add version number
1 parent 9d13628 commit d209b61

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-plugin-roblox-ts": "^0.0.35",
2828
"patch-package": "^8.0.0",
2929
"postinstall-postinstall": "^2.1.0",
30-
"roblox-ts": "^2.3.0-dev-576ad98",
30+
"roblox-ts": "^3.0.0",
3131
"typescript": "4.9.4"
3232
},
3333
"dependencies": {

src/Plugin/Configs.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ const Configs = {
1414
"ServerScriptService",
1515
"ServerStorage",
1616
"StarterGui",
17-
"StarterPlayer",
17+
"StarterPlayer"
1818
]),
1919
GlobalInjectionKey: Environment.EnvGlobalInjectionKey, //the longer the better
2020

2121
Version: {
2222
Mayor: 1,
23-
Minor: 3,
24-
Fix: 1,
23+
Minor: 4,
24+
Fix: 0
2525
},
2626

2727
Extensions: {
2828
Story: ".story",
2929
Storybook: ".storybook",
30-
Settings: ".uilabs", //Not implemented (it probably wont)
31-
},
30+
Settings: ".uilabs" //Not implemented (it probably wont)
31+
}
3232
};
3333

3434
export default Configs;

0 commit comments

Comments
 (0)