Skip to content

Commit 039e1f4

Browse files
Updated remaining documentation for v2.1.1 release
1 parent 3e5861c commit 039e1f4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ message: "If you use this software, please cite it as below."
33
authors:
44
- name: "The Agda Community"
55
title: "Agda Standard Library"
6-
version: 2.1
6+
version: 2.1.1
77
date-released: 2024-07-27
88
url: "https://github.com/agda/agda-stdlib"

agda-stdlib-utils.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: agda-stdlib-utils
3-
version: 2.1
3+
version: 2.1.1
44
build-type: Simple
55
description: Helper programs for setting up the Agda standard library.
66
license: MIT

doc/README.agda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module README where
44

55
------------------------------------------------------------------------
6-
-- The Agda standard library, version 2.1
6+
-- The Agda standard library, version 2.1.1
77
--
88
-- Authors: Nils Anders Danielsson, Matthew Daggitt, Guillaume Allais
99
-- with contributions from Andreas Abel, Stevan Andjelkovic,

standard-library.agda-lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: standard-library-2.1
1+
name: standard-library-2.1.1
22
include: src
33
flags:
44
--warning=noUnsupportedIndexedMatch

0 commit comments

Comments
 (0)