From 1e179f05cffb3ae1a31205f2160665edbcb450e9 Mon Sep 17 00:00:00 2001 From: omicron Date: Tue, 17 Feb 2026 17:30:43 +0100 Subject: [PATCH] Bump version number to 0.1.1 --- LICENSE.md | 2 +- src/LibFreeMedia.lua | 2 +- src/LibFreeMedia.toc | 4 ++-- src/LibFreeMedia_TBC.toc | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index d7d659d..d1602ed 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2023 +Copyright (c) 2023, 2026 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/LibFreeMedia.lua b/src/LibFreeMedia.lua index 9db69ba..bf34d2b 100644 --- a/src/LibFreeMedia.lua +++ b/src/LibFreeMedia.lua @@ -1,4 +1,4 @@ -local lib = LibStub:NewLibrary("LibFreeMedia", 101) +local lib = LibStub:NewLibrary("LibFreeMedia", 102) if not lib then return end diff --git a/src/LibFreeMedia.toc b/src/LibFreeMedia.toc index c61080d..06b416b 100644 --- a/src/LibFreeMedia.toc +++ b/src/LibFreeMedia.toc @@ -1,7 +1,7 @@ -## Interface: 100100 +## Interface: 120001 ## Title: LibFreeMedia ## Notes: Freely share media between addons -## Version: 0.1.1 +## Version: 0.1.2 libs/LibStub.lua LibFreeMedia.lua diff --git a/src/LibFreeMedia_TBC.toc b/src/LibFreeMedia_TBC.toc index 14e78cd..dd98969 100644 --- a/src/LibFreeMedia_TBC.toc +++ b/src/LibFreeMedia_TBC.toc @@ -1,7 +1,7 @@ ## Interface: 20505 ## Title: LibFreeMedia ## Notes: Freely share media between addons -## Version: 0.1.1 +## Version: 0.1.2 libs/LibStub.lua LibFreeMedia.lua