Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvienna committed Nov 5, 2022
1 parent f43b1ef commit d8cb947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AdiBags_DFCrafting/Main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ local AdiBags = LibStub("AceAddon-3.0"):GetAddon("AdiBags")

-- Filter Registration
-----------------------------------------------------------
local filter = AdiBags:RegisterFilter("Dragonflight Crafting", 90, "ABEvent-1.0")
local filter = AdiBags:RegisterFilter("Dragonflight Crafting", 91, "ABEvent-1.0")
filter.uiName = L["Dragonflight Crafting"]
filter.uiDesc = L["Put Dragonflight Crafting items and Reagents into their own categories."]

Expand Down
2 changes: 1 addition & 1 deletion 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. Be aware th
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [1.0.0] 2022-11-05
### Added
- Filter now returns both section and category

Expand Down

0 comments on commit d8cb947

Please sign in to comment.