Skip to content

Commit

Permalink
Release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gucci-on-fleek committed Dec 15, 2021
1 parent 2eee946 commit 61a684d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ Lua-widow-control is licensed under the [_Mozilla Public License_, version 2.0](
Please note that a compiled document is absolutely **not** considered to be an "Executable Form" as defined by the MPL. The use of lua-widow-control in a document does not place **any** obligations on the document's author or distributors. The MPL and CC-BY-SA licenses **only** apply to you if you distribute the lua-widow-control source code or documentation.

---
_v1.1.1 (2021-11-26)_ <!--%%version %%date-->
_v1.1.2 (2021-12-14)_ <!--%%version %%date-->
2 changes: 1 addition & 1 deletion docs/lwc-documentation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
\startdocument[
title=lua-widow-control,
author=Max Chernoff,
version=1.1.1, %%version
version=1.1.2, %%version
github=https://github.com/gucci-on-fleek/lua-widow-control,
ctan=https://www.ctan.org/pkg/lua-widow-control,
]
Expand Down
4 changes: 2 additions & 2 deletions source/lua-widow-control.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ if lwc.context then
elseif lwc.plain or lwc.latex then
luatexbase.provides_module {
name = lwc.name,
date = "2021/11/26", --%%date
version = "1.1.1", --%%version
date = "2021/12/14", --%%date
version = "1.1.2", --%%version
description = [[
This module provides a LuaTeX-based solution to prevent
Expand Down
2 changes: 1 addition & 1 deletion source/lua-widow-control.sty
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

\NeedsTeXFormat{LaTeX2e}[2015/01/01] % Formats built after 2015 include \LuaTeX{}Base
\ProvidesPackage{lua-widow-control}%
[2021/11/26 v1.1.1] %%version %%date
[2021/12/14 v1.1.2] %%version %%date

\setlength{\clubpenalty}{1}
\setlength{\widowpenalty}{1}
Expand Down
2 changes: 1 addition & 1 deletion source/lua-widow-control.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
% SPDX-License-Identifier: MPL-2.0+
% SPDX-FileCopyrightText: 2021 Max Chernoff

\wlog{lua-widow-control v1.1.1} %%version
\wlog{lua-widow-control v1.1.2} %%version

\input ltluatex % \LuaTeX{}Base

Expand Down
4 changes: 2 additions & 2 deletions source/t-lua-widow-control.mkxl
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
%D \module
%D [ file=t-lua-widow-control,
%D version=1.1.1, %%version
%D version=1.1.2, %%version
%D title=lua-widow-control,
%D subtitle=\ConTeXt module for lua-widow-control,
%D author=Max Chernoff,
%D date=2021-11-26, %%date
%D date=2021-12-14, %%date
%D copyright=Max Chernoff,
%D license=MPL-2.0+,
%D url=https://github.com/gucci-on-fleek/lua-widow-control]
Expand Down

0 comments on commit 61a684d

Please sign in to comment.