Skip to content

Commit

Permalink
Prepare for 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJefferson committed Jan 22, 2024
1 parent d34bf33 commit 4929205
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
2.2.0 : Speed up outputting JSON, add new tests
2.1.1 : Improve CI, use new GAP functionality
2.1.0 : Fix the ordering used when outputting records
Update build system
2.0.2 : New build system, remove VERSION file
Expand Down
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

0 comments on commit 4929205

Please sign in to comment.