Skip to content

Commit

Permalink
Prepare for 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJefferson committed Oct 10, 2017
1 parent 8a654e8 commit 377b4d3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

1.2.0 : Fix compiling in recent versions of XCode on Mac OS X
1.1.0 : Fix bug in handling badly formatted integers
1.0.1 : Fix bug in nested structures
1.0.0 : First release
4 changes: 2 additions & 2 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 := "1.1.0",
Date := "01/11/2016", # dd/mm/yyyy format
Version := "1.2.0",
Date := "10/10/2017", # dd/mm/yyyy format

Persons := [
rec(
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.2.0

0 comments on commit 377b4d3

Please sign in to comment.