Skip to content

Commit

Permalink
Bumped minimum version. Added spanish attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
mtvjr committed Oct 16, 2020
1 parent d218f38 commit e73f6ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions module.json
Expand Up @@ -8,6 +8,9 @@
"name": "Michael Volling",
"email": "mvollingjr@gmail.com"
},
{
"name": "Lozalojo (Spanish Translation)"
},
{
"name": "Nathan Wukasch (Hindi Translation)"
},
Expand All @@ -18,14 +21,14 @@
"name": "Yuan Qu (Chinese Translation)"
}
],
"version": "1.1.1",
"version": "1.1.2",
"minimumCoreVersion": "0.5.5",
"compatibleCoreVersion": "0.6.5",
"compatibleCoreVersion": "0.6.6",
"url": "https://github.com/mtvjr/background-volume",
"readme": "https://github.com/mtvjr/background-volume/blob/master/README.md",
"license": "https://github.com/mtvjr/background-volume/blob/master/LICENSE",
"manifest": "https://raw.githubusercontent.com/mtvjr/background-volume/master/module.json",
"download": "https://github.com/mtvjr/background-volume/releases/download/v1.1.1/background-volume.zip",
"download": "https://github.com/mtvjr/background-volume/releases/download/v1.1.2/background-volume.zip",
"esmodules": ["./scripts/backgroundVolume.mjs"],
"languages": [
{
Expand Down
2 changes: 1 addition & 1 deletion scripts/backgroundVolume.mjs
Expand Up @@ -3,7 +3,7 @@ import {createSceneSlider} from "./settings.mjs"
import updateBackgroundVolume from "./volume.mjs";

// Version
const VERSION = "v1.1.1";
const VERSION = "v1.1.2";

// Target for end users
const RELEASE = {
Expand Down

0 comments on commit e73f6ed

Please sign in to comment.