Skip to content

Commit

Permalink
Updated version to 1.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
xach committed Mar 10, 2012
1 parent 28ad566 commit a33d458
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/index.html
Expand Up @@ -13,7 +13,7 @@ <h2>Quickproject - create a Common Lisp project skeleton</h2>
skeleton. It is available under a BSD-style license;
see <a href='LICENSE.txt'>LICENSE.txt</a> for details.

The latest version is 1.1.1, released on March 9th, 2012.
The latest version is 1.1.2, released on March 9th, 2012.


<p>Download
Expand Down
2 changes: 1 addition & 1 deletion quickproject.asd
Expand Up @@ -2,7 +2,7 @@

(asdf:defsystem #:quickproject
:description "Creates the skeleton of a new Common Lisp project"
:version "1.1.1"
:version "1.1.2"
:depends-on (#:cl-fad)
:serial t
:components ((:file "package")
Expand Down

0 comments on commit a33d458

Please sign in to comment.