Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
florensie committed Apr 9, 2022
1 parent 4077b4a commit 74ec104
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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).

## [Unreleased]
## [7.0.0] - 2022-04-09
### Added
- You can now toggle an Artifact to effects-only, which will hide it on the player model

Expand Down Expand Up @@ -241,7 +241,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[Unreleased]: https://github.com/florensie/artifacts-fabric/compare/v6.0.0...HEAD
[Unreleased]: https://github.com/florensie/artifacts-fabric/compare/v7.0.0...HEAD
[7.0.0]: https://github.com/florensie/artifacts-fabric/compare/v6.0.0...v7.0.0
[6.0.0]: https://github.com/florensie/artifacts-fabric/compare/v5.0.1...v6.0.0
[5.0.2]: https://github.com/florensie/artifacts-fabric/compare/v5.0.1...v5.0.2
[5.0.1]: https://github.com/florensie/artifacts-fabric/compare/v5.0.0...v5.0.1
Expand Down
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ curseforge {
changelogType = "markdown"
changelog = System.getenv("CHANGELOG") ?: "https://github.com/florensie/artifacts-fabric/blob/master/CHANGELOG.md"

addGameVersion "1.18"
addGameVersion "1.18.1"
addGameVersion "1.18.2"
addGameVersion "Fabric"
relations {
requiredDependency "fabric-api"
Expand All @@ -149,7 +148,7 @@ curseforge {
}

mainArtifact(remapJar.archiveFile) {
displayName = "${project.mod_version} for Minecraft 1.18-18.2"
displayName = "${project.mod_version} for Minecraft 18.2"
}

afterEvaluate {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ minecraft_version=1.18.2-rc1
loader_version=0.13.3

# Mod Properties
mod_version=6.0.0
mod_version=7.0.0
maven_group=artifacts
archives_base_name=artifacts

Expand Down

0 comments on commit 74ec104

Please sign in to comment.