Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Barocena committed Dec 22, 2023
1 parent c1fb0c5 commit 89690e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const ConsoleWindow = require("node-hide-console-window");
const fs = require("fs");
const path = require("path");

// StyLua Roblox Plugin
// Version 1.0.0
// StyLua Roblox
// Version 1.1.0

const EnumList = {
["call_parentheses"]: StyLua.CallParenType,
Expand Down
4 changes: 2 additions & 2 deletions plugin/src/init.server.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--!strict

-- StyLua Roblox Plugin
-- Version 1.0.0
-- StyLua Roblox
-- Version 1.1.0

local AnalyticsService = game:GetService("AnalyticsService")
local HttpService = game:GetService("HttpService")
Expand Down

0 comments on commit 89690e1

Please sign in to comment.