Skip to content

Commit e6f1bda

Browse files
committed
Update version to 1.1.3
1 parent e996213 commit e6f1bda

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "firebot-script-better-random-media",
33
"scriptOutputName": "better-random-media",
4-
"version": "1.1.1",
4+
"version": "1.1.3",
55
"description": "A custom script that adds an improved 'Play Random Video' and 'Play Random Sound' effect with proper folder randomness and effect output support.",
66
"main": "",
77
"scripts": {
@@ -40,4 +40,4 @@
4040
"node": "20.14.0",
4141
"npm": "10.8.1"
4242
}
43-
}
43+
}

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const script: Firebot.CustomScript = {
2020
name: 'Better Random Media',
2121
description: 'A custom script that adds an improved \'Play Random Video\' and \'Play Random Sound\' effect with proper folder randomness and effect output support',
2222
author: 'Lordmau5',
23-
version: '1.1.1',
23+
version: '1.1.3',
2424
firebotVersion: '5'
2525
};
2626
},

0 commit comments

Comments
 (0)