mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Update ArmCord.js
This commit is contained in:
parent
4beef1a9c4
commit
f120cbf69e
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
exports.Version = "DevBuild";
|
||||
exports.Version = require("../package.json").version;
|
||||
|
||||
exports.addStyle = function(styleString) {
|
||||
const style = document.createElement('style');
|
||||
|
|
Loading…
Reference in a new issue