Skip to content

Commit

Permalink
REL: Version bump: 1.7.39 > 1.7.40
Browse files Browse the repository at this point in the history
  • Loading branch information
bananarama92 committed Feb 17, 2025
1 parent 4b4e11a commit 67aed84
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# MBS Changelog

## v1.7.40
* Drop R112 support
* Restructure the way MBS handles the detection of BC and BC logins
* Misc cleanup of the MBS settings screen
* Backport one R113 hotfix:
- [BondageProjects/Bondage-College#5410](https://gitgud.io/BondageProjects/Bondage-College/-/merge_requests/5410): Ensures that updating `C.Stage` and `C.CurrentDialog` triggers an appropriate dialog menu reload

## v1.7.39
* Update build dependencies
* Add BC R113Beta1 support
Expand Down
2 changes: 1 addition & 1 deletion dev_loader.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name MBS_dev - Maid's Bondage Scripts Development Version
// @namespace MBS_dev
// @version 1.7.39.dev0
// @version 1.7.40.dev0
// @description Loader of Bananarama92's "Maid's Bondage Scripts" mod (dev version)
// @author Bananarama92
// @match http://localhost:*/*
Expand Down
2 changes: 1 addition & 1 deletion loader.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name MBS - Maid's Bondage Scripts
// @namespace MBS
// @version 1.7.39
// @version 1.7.40
// @description Loader of Bananarama92's "Maid's Bondage Scripts" mod
// @author Bananarama92
// @include /^https:\/\/(www\.)?bondageprojects\.elementfx\.com\/R\d+\/(BondageClub|\d+)(\/((index|\d+)\.html)?)?$/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maids-bondage-scripts",
"version": "1.7.39",
"version": "1.7.40",
"private": true,
"description": "Various additions and utility scripts for BC",
"homepage": "https://github.com/bananarama92/MBS#readme",
Expand Down

0 comments on commit 67aed84

Please sign in to comment.