Skip to content

Commit

Permalink
Update website for json 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJefferson committed Jan 22, 2024
1 parent a196516 commit 90458af
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ SetPackageInfo( rec(

PackageName := "json",
Subtitle := "Reading and Writing JSON",
Version := "2.1.1",
Date := "18/10/2022", # dd/mm/yyyy format
Version := "2.2.0",
Date := "22/01/2024", # dd/mm/yyyy format
License := "BSD-2-Clause",

Persons := [
Expand Down Expand Up @@ -51,8 +51,8 @@ ArchiveFormats := ".tar.gz",
##
Status := "deposited",

SourceRepository := rec(
Type := "git",
SourceRepository := rec(
Type := "git",
URL := "https://github.com/gap-packages/json"
),
IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
Expand Down
6 changes: 3 additions & 3 deletions _data/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: json
version: 2.1.1
date: 2022-10-18
version: 2.2.0
date: 2024-01-22
description: |
Reading and Writing JSON
Expand All @@ -25,7 +25,7 @@ packageinfo: https://gap-packages.github.io/json/PackageInfo.g

downloads:
- name: .tar.gz
url: https://github.com/gap-packages/json/releases/download/v2.1.1/json-2.1.1.tar.gz
url: https://github.com/gap-packages/json/releases/download/v2.2.0/json-2.2.0.tar.gz

abstract: |
Expand Down
4 changes: 2 additions & 2 deletions doc/chap0.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ <h1>json</h1>
<h2>Reading and Writing JSON</h2>

<p>
2.1.1</p>
2.2.0</p>

<p>
18 October 2022
22 January 2024
</p>

</div>
Expand Down
4 changes: 2 additions & 2 deletions doc/chap0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
 Reading and Writing JSON 


2.1.1
2.2.0


18 October 2022
22 January 2024


Christopher Jefferson
Expand Down
4 changes: 2 additions & 2 deletions doc/chap0_mj.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ <h1>json</h1>
<h2>Reading and Writing JSON</h2>

<p>
2.1.1</p>
2.2.0</p>

<p>
18 October 2022
22 January 2024
</p>

</div>
Expand Down

0 comments on commit 90458af

Please sign in to comment.