Skip to content

Commit

Permalink
🔖 Update version number to v1.0.14 (#22)
Browse files Browse the repository at this point in the history
* 🔖 Update version number to v1.0.14

* 📝 Add enable/disable commands to `README.md`
  • Loading branch information
NatoBoram committed Jul 1, 2024
1 parent dc807ef commit ea46503
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 13 deletions.
25 changes: 16 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this

## [Unreleased]

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [1.0.14] - 2024-06-30

> [!NOTE]
> The Mace has lower damage per seconds than bare hands. The mod will not attempt to switch out of it, but won't switch into it either.
Expand All @@ -20,14 +34,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this

- Updated to Minecraft 1.21

### Deprecated

### Removed

### Fixed

### Security

## [1.0.13] - 2024-05-25

### Added
Expand Down Expand Up @@ -179,7 +185,8 @@ The switcheroo technically works, but it's kinda annoying and awkward to use. Pl
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

[Unreleased]: https://github.com/NatoBoram/switcheroo/compare/v1.0.13...main
[Unreleased]: https://github.com/NatoBoram/switcheroo/compare/v1.0.14...main
[1.0.14]: https://github.com/NatoBoram/switcheroo/releases/tag/v1.0.14
[1.0.13]: https://github.com/NatoBoram/switcheroo/releases/tag/v1.0.13
[1.0.12]: https://github.com/NatoBoram/switcheroo/releases/tag/v1.0.12
[1.0.11]: https://github.com/NatoBoram/switcheroo/releases/tag/v1.0.11
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Switcheroo will use the least effective tool that's still effective to break blo
- `/switcheroo prefer silk_touch add dirt_path`
- `/switcheroo prefer silk_touch remove dirt_path`
- The Silk Touch selection is really shaky, though. Use at your own risk.
- Enable or disable it with `/switcheroo enable` and `/switcheroo disable`

## Installation

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ loader_version=0.15.11
fabric_version=0.100.1+1.21

# Mod Properties
mod_version=1.0.13
mod_version=1.0.14
maven_group=com.natoboram
archives_base_name=switcheroo

Expand Down
4 changes: 2 additions & 2 deletions minepkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ manifestVersion = 0
type = "mod"
name = "switcheroo"
description = "Switch your currently held item for an effective item when clicking on a block."
version = "1.0.13"
version = "1.0.14"
platform = "fabric"
license = "GPL-3.0-or-later"
source = "https://github.com/NatoBoram/switcheroo"
Expand All @@ -20,7 +20,7 @@ fabricLoader = ">=0.15.11"

[dependencies]
cloth-config = ">=15.0.127+mpkg.1"
fabric = ">=0.92.0+1.21"
fabric = ">=0.100.1+1.21"
modmenu = ">=11.0.0-rc.4+mpkg.1"

[dev]
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "switcheroo",
"version": "1.0.13",
"version": "1.0.14",
"name": "Switcheroo",
"description": "Switch your currently held item for an effective item when clicking on a block.",
"authors": ["Nato Boram"],
Expand Down

0 comments on commit ea46503

Please sign in to comment.