diff --git a/CHANGES b/CHANGES index 6546657..d10b041 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ % lyluatex Changelog file. % -% Copyright (C) 2015-2022 jperon and others (see CONTRIBUTORS.md) +% Copyright (C) 2015-2023 jperon and others (see CONTRIBUTORS.md) % License: MIT % This file is part of lyluatex. diff --git a/LICENSE b/LICENSE index 9193ccc..1ff8db6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015--2022 jperon and others +Copyright (c) 2015--2023 jperon and others 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/lyluatex.lua b/lyluatex.lua index 23b6f55..c67613b 100644 --- a/lyluatex.lua +++ b/lyluatex.lua @@ -1,11 +1,11 @@ -- luacheck: ignore ly log self luatexbase internalversion font fonts tex token kpse status ly_opts local err, warn, info, log = luatexbase.provides_module({ name = "lyluatex", - version = '1.1.2', --LYLUATEX_VERSION - date = "2022/12/21", --LYLUATEX_DATE + version = '1.1.3', --LYLUATEX_VERSION + date = "2023/03/01", --LYLUATEX_DATE description = "Module lyluatex.", author = "The Gregorio Project − (see Contributors.md)", - copyright = "2015-2022 - jperon and others", + copyright = "2015-2023 - jperon and others", license = "MIT", }) diff --git a/lyluatex.md b/lyluatex.md index a49afa2..281d717 100644 --- a/lyluatex.md +++ b/lyluatex.md @@ -1,7 +1,7 @@ --- documentclass: lyluatexmanual title: "\\lyluatex" -subtitle: "1.1.2" +subtitle: "1.1.3" date: \lyluatexmanualdate author: - Fr. Jacques Peron diff --git a/lyluatex.sty b/lyluatex.sty index dd2a710..58aaeb6 100644 --- a/lyluatex.sty +++ b/lyluatex.sty @@ -1,11 +1,11 @@ %Lyluatex LaTeX style. % -% Copyright (C) 2015-2022 jperon and others (see CONTRIBUTORS.md) +% Copyright (C) 2015-2023 jperon and others (see CONTRIBUTORS.md) % License: MIT % This file is part of lyluatex. \NeedsTeXFormat{LaTeX2e}% -\ProvidesPackage{lyluatex}[2022/12/21 v1.1.2] %%LYLUATEX_DATE LYLUATEX_VERSION +\ProvidesPackage{lyluatex}[2023/03/01 v1.1.3] %%LYLUATEX_DATE LYLUATEX_VERSION % Dependencies \RequirePackage{graphicx} diff --git a/lyluatexbase.cls b/lyluatexbase.cls index aeae578..d60f554 100644 --- a/lyluatexbase.cls +++ b/lyluatexbase.cls @@ -1,11 +1,11 @@ %Lyluatex LaTeX class. % -% Copyright (C) 2015-2022 jperon and others (see CONTRIBUTORS.md) +% Copyright (C) 2015-2023 jperon and others (see CONTRIBUTORS.md) % License: MIT % This file is part of lyluatex. \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{lyluatexbase}[2022/12/21 v1.1.2] %%LYLUATEX_DATE LYLUATEX_VERSION +\ProvidesClass{lyluatexbase}[2023/03/01 v1.1.3] %%LYLUATEX_DATE LYLUATEX_VERSION \LoadClass[DIV=11]{scrartcl} \RequirePackage{lyluatex} diff --git a/lyluatexmanual.cls b/lyluatexmanual.cls index 6081a35..de49a2c 100644 --- a/lyluatexmanual.cls +++ b/lyluatexmanual.cls @@ -1,11 +1,11 @@ %Lyluatex LaTeX class for the manual. % -% Copyright (C) 2015-2022 jperon and others (see CONTRIBUTORS.md) +% Copyright (C) 2015-2023 jperon and others (see CONTRIBUTORS.md) % License: MIT % This file is part of lyluatex. \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{lyluatexmanual}[2022/12/21 v1.1.2] %%LYLUATEX_DATE LYLUATEX_VERSION +\ProvidesClass{lyluatexmanual}[2023/03/01 v1.1.3] %%LYLUATEX_DATE LYLUATEX_VERSION \LoadClass{lyluatexbase} diff --git a/new_release.lua b/new_release.lua index 22fa2c1..7c8996a 100755 --- a/new_release.lua +++ b/new_release.lua @@ -1,8 +1,8 @@ #! /usr/bin/env lua local lfs = require"lfs" -local VERSION = '1.1.2' -local DATE = '2022/12/21' +local VERSION = '1.1.3' +local DATE = '2023/03/01' local function read(stream) if not stream then return end