Skip to content

Commit f84996d

Browse files
committed
Update to 1.0
1 parent 65d403c commit f84996d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14)
22

33
project(
44
vgminput
5-
VERSION 0.1.0
5+
VERSION 1.0.0
66
DESCRIPTION "Libvgm plugin for fooyin"
77
HOMEPAGE_URL "https://github.com/fooyin/fooyin-plugin-libvgm"
88
LANGUAGES CXX

src/vgminput.json.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"Name" : "VGM Input",
3-
"Version" : "0.1.0",
3+
"Version" : "@PROJECT_VERSION@",
44
"Author" : "fooyin",
5-
"Copyright" : "Copyright © 2024, Luke Taylor <LukeT1@proton.me>",
5+
"Copyright" : "Copyright © 2024, Luke Taylor <luket@pm.me>",
66
"License" : [ "Fooyin is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.",
77
"",
88
"Fooyin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.",

0 commit comments

Comments
 (0)