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 Mar 16, 2021
1 parent bb2f6d4 commit 4d46f62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 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]
## [3.0.0] - 2021-03-16
### Added
- Vampiric Glove artifact
- Golden Hook artifact
Expand Down Expand Up @@ -35,13 +35,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The wrong texture for claws with slim hands was used
- Scarf of invisibility was no longer transparent

## [2.3.0] - 2020-01-25
## [2.3.0] - 2021-01-25
### Added
- Add Umbrella to Origin's shields tag
- When the umbrella is held up (non-blocking), the player no longer gains effects from being rained on like extinguishing fire or Conduit Power
- Modify Origin's `exposed_to_sun` condition the umbrella is held up

## [2.2.1] - 2020-01-23
## [2.2.1] - 2021-01-23
### Fixed
- Dedicated server fails to start due to mixin not finding client-side only class

Expand Down Expand Up @@ -136,7 +136,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/v2.3.0...HEAD
[Unreleased]: https://github.com/florensie/artifacts-fabric/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/florensie/artifacts-fabric/compare/v2.3.0...v3.0.0
[2.3.0]: https://github.com/florensie/artifacts-fabric/compare/v2.2.1...v2.3.0
[2.2.1]: https://github.com/florensie/artifacts-fabric/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/florensie/artifacts-fabric/releases/tag/v2.2.0
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ yarn_mappings=1.16.5+build.5
loader_version=0.11.2

# Mod Properties
mod_version=2.3.0+fabric
mod_version=3.0.0+fabric
maven_group=artifacts
archives_base_name=artifacts

Expand Down

0 comments on commit 4d46f62

Please sign in to comment.