Skip to content

Commit

Permalink
Fix typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJefferson committed Nov 20, 2014
1 parent 2b8166c commit 3558805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ PackageDoc := rec(

Dependencies := rec(
GAP := ">= 4.6",
NeededOtherPackages := [ [ "GAPDoc", ">= 1.5" ], [ ],
NeededOtherPackages := [ [ "GAPDoc", ">= 1.5" ] ],
SuggestedOtherPackages := [ ],
ExternalConditions := [ ],
),
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1
0.8.0

0 comments on commit 3558805

Please sign in to comment.