From 318cc363481f685bbb43eb3a4eea3a52373eda68 Mon Sep 17 00:00:00 2001 From: Mike Bloy Date: Wed, 12 Jun 2024 20:19:42 -0500 Subject: [PATCH] update changelog and module.json --- CHANGELOG.md | 2 +- src/module.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bf37ae..b68becb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [3.0.0] UNRELEASED +## [3.0.0] 2024-06-12 ### Added diff --git a/src/module.json b/src/module.json index cf3fa51..d01b711 100644 --- a/src/module.json +++ b/src/module.json @@ -8,7 +8,7 @@ } ], "url": "https://git.bloy.org/foundryvtt/swade-mb-helpers", - "version": "2.4.3", + "version": "3.0.0", "compatibility": { "minimum": "11", "verified": "11" @@ -145,6 +145,6 @@ } ], "socket": true, - "manifest": "https://git.bloy.org/foundryvtt/swade-mb-helpers/raw/branch/main/module.json", - "download": "https://host/path/to/0.0.0.zip" -} \ No newline at end of file + "manifest": "https://git.bloy.org/foundryvtt/swade-mb-helpers/releases/download/latest/module.json", + "download": "https://git.bloy.org/foundryvtt/swade-mb-helpers/releases/download/latest/swade-mb-helpers.zip" +}