Skip to content

Commit

Permalink
Fix date to European format
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancarter committed Aug 16, 2022
1 parent d40cb31 commit 51dc3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ SetPackageInfo( rec(
PackageName := "JupyterViz",
Subtitle := "Visualization Tools for Jupyter and the GAP REPL",
Version := "1.5.6",
Date := "08/16/2022", # Release date of current version, dd/mm/yyyy
Date := "16/08/2022", # Release date of current version, dd/mm/yyyy
License := "GPL-2.0-or-later",


Expand Down

0 comments on commit 51dc3e5

Please sign in to comment.