Skip to content

Commit

Permalink
Version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJefferson committed Oct 30, 2015
1 parent acc7e6e commit 91af10a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ SetPackageInfo( rec(

PackageName := "profiling",
Subtitle := "Line by line profiling and code coverage for GAP",
Version := "0.1",
Date := "03/03/2015", # dd/mm/yyyy format
Version := "0.2.0",
Date := "30/10/2015", # dd/mm/yyyy format

Persons := [
rec(
Expand All @@ -30,9 +30,9 @@ Persons := [
),
],

PackageWWWHome := "http://ChrisJefferson.github.io/profiling/",
PackageWWWHome := "https://gap-packages.github.io/profiling/",

ArchiveURL := Concatenation("https://github.com/ChrisJefferson/profiling/",
ArchiveURL := Concatenation("https://github.com/gap-packages/profiling/",
"releases/download/v", ~.Version,
"/profiling-", ~.Version),
README_URL := Concatenation( ~.PackageWWWHome, "README" ),
Expand Down Expand Up @@ -82,5 +82,3 @@ TestFile := "tst/testall.g",
#Keywords := [ "TODO" ],

));


2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1
0.2.0

0 comments on commit 91af10a

Please sign in to comment.