Skip to content

Commit

Permalink
feature freeze v10
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryBeaver committed Dec 28, 2023
1 parent b8919c2 commit d06a968
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog
## 3.3.x crafted flag
## 3.3.3
- create eol branch for v10
## 3.3.2
- add tidy5e support
- improve compatiblity to other systems
Expand Down
6 changes: 3 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Beaver's Crafting Module",
"description": "A Module for not only Crafting. But also Tracking any activities, Skill challenges, Quest and Progress, Faction reputation and more",
"id": "beavers-crafting",
"version": "3.3.2",
"version": "3.3.3",
"authors": [
{
"name": "angryBeaver",
Expand Down Expand Up @@ -35,8 +35,8 @@
}
],
"url": "https://github.com/AngryBeaver/beavers-crafting",
"manifest": "https://github.com/AngryBeaver/beavers-crafting/releases/latest/download/module.json",
"download": "https://github.com/AngryBeaver/beavers-crafting/releases/latest/download/beavers-crafting.zip",
"manifest": "https://github.com/AngryBeaver/beavers-crafting/releases/download/v10/module.json",
"download": "https://github.com/AngryBeaver/beavers-crafting/releases/download/v10/beavers-crafting.zip",
"relationships": {
"requires": [
{
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "beavers-crafting",
"title": "Beaver's Crafting",
"version": "3.3.2",
"version": "3.3.3",
"description": "Crafting",
"#devDir": "D:\\Vtts\\v10\\Data\\modules",
"#devDir": "D:\\Vtts\\v11\\Data\\modules",
"devDir": "D:\\Vtts\\v11.315\\Data\\modules",
"devDir": "D:\\Vtts\\v11\\Data\\modules",
"#devDir": "D:\\Vtts\\v11.315\\Data\\modules",
"main": "src/main.js",
"scripts": {
"build": "npx gulp",
Expand Down
3 changes: 3 additions & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ Hooks.on("ready", async function(){
if(window.beaversSystemInterface === undefined){
ui.notifications.error("Beavers Crafting | missing module Beavers System Interface", {permanent:true});
}
if(game.version.split(".")[0]<11 && game.user.isGM){
ui.notifications.warn("Beavers Crafting | feature freeze for v10, plz migrate to v11");
}
})

Hooks.once("beavers-system-interface.ready", async function(){
Expand Down

0 comments on commit d06a968

Please sign in to comment.