Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jperon committed Mar 1, 2023
1 parent 5801ec2 commit 6280c9f
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions lyluatex.lua
Original file line number Diff line number Diff line change
@@ -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",
})

Expand Down
2 changes: 1 addition & 1 deletion lyluatex.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
documentclass: lyluatexmanual
title: "\\lyluatex"
subtitle: "1.1.2"
subtitle: "1.1.3"
date: \lyluatexmanualdate
author:
- Fr. Jacques Peron
Expand Down
4 changes: 2 additions & 2 deletions lyluatex.sty
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
4 changes: 2 additions & 2 deletions lyluatexbase.cls
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
4 changes: 2 additions & 2 deletions lyluatexmanual.cls
Original file line number Diff line number Diff line change
@@ -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}

Expand Down
4 changes: 2 additions & 2 deletions new_release.lua
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6280c9f

Please sign in to comment.