Bump version number to 0.1.1
Some checks failed
Test Commit / create-release (push) Failing after 1m0s

This commit is contained in:
2023-11-24 21:38:13 +01:00
parent 999de90942
commit 6a73506161
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
local lib = LibStub:NewLibrary("LibFreeMedia", 100) local lib = LibStub:NewLibrary("LibFreeMedia", 101)
if not lib then if not lib then
return return
end end

View File

@@ -1,7 +1,7 @@
## Interface: 100100 ## Interface: 100100
## Title: LibFreeMedia ## Title: LibFreeMedia
## Notes: Freely share media between addons ## Notes: Freely share media between addons
## Version: 0.1.0 ## Version: 0.1.1
libs/LibStub.lua libs/LibStub.lua
LibFreeMedia.lua LibFreeMedia.lua