Skip to content

Commit

Permalink
🔖 Update version to 1.0.12 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
NatoBoram authored Apr 2, 2024
1 parent 175f52d commit bb4cd28
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
.minepkg-lock.toml linguist-generated
*.webm filter=lfs diff=lfs merge=lfs -text
gradlew linguist-generated
gradlew.bat linguist-generated
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this

### Changed

- Updated to Minecraft 1.20.1

### Deprecated

### Removed

### Fixed

- Now uses shears on glow berries

### Security

## [1.0.12] - 2024-04-01

### Changed

- Updated to Minecraft 1.20.1

### Fixed

- Now uses shears on glow berries

## [1.0.11] - 2023-06-07

- Updated to Minecraft 1.20.0
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.9
fabric_version=0.92.0+1.20.1

# Mod Properties
mod_version=1.0.11
mod_version=1.0.12
maven_group=com.natoboram
archives_base_name=switcheroo

Expand Down
2 changes: 1 addition & 1 deletion 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.11"
version = "1.0.12"
platform = "fabric"
license = "GPL-3.0-or-later"
source = "https://github.com/NatoBoram/switcheroo"
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.11",
"version": "1.0.12",
"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 bb4cd28

Please sign in to comment.