Skip to content

Commit

Permalink
bump to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
deadtrickster committed Apr 11, 2016
1 parent f3ec0e9 commit ce9bf21
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion prometheus.asd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(asdf:defsystem :prometheus
:serial t
:version "0.1"
:version "0.2"
:licence "MIT"
:depends-on ("alexandria"
"bordeaux-threads"
Expand Down
2 changes: 1 addition & 1 deletion prometheus.examples.asd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(asdf:defsystem :prometheus.examples
:serial t
:version "0.1"
:version "0.2"
:licence "MIT"
:depends-on ("prometheus"
"prometheus.formats.text"
Expand Down
2 changes: 1 addition & 1 deletion prometheus.exposers.hunchentoot.asd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(asdf:defsystem :prometheus.exposers.hunchentoot
:serial t
:version "0.1"
:version "0.2"
:licence "MIT"
:depends-on ("prometheus"
"prometheus.formats.text"
Expand Down
2 changes: 1 addition & 1 deletion prometheus.exposers.hunchentoot.test.asd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(in-package :cl-user)

(asdf:defsystem :prometheus.exposers.hunchentoot.test
:version "0.1"
:version "0.2"
:description "Tests for prometheus hunchentoot exposer"
:maintainer "Ilya Khaprov <ilya.khaprov@publitechs.com>"
:author "Ilya Khaprov <ilya.khaprov@publitechs.com> and CONTRIBUTORS"
Expand Down
2 changes: 1 addition & 1 deletion prometheus.formats.text.test.asd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(in-package :cl-user)

(asdf:defsystem :prometheus.formats.text.test
:version "0.1"
:version "0.2"
:description "Tests for prometheus text format"
:maintainer "Ilya Khaprov <ilya.khaprov@publitechs.com>"
:author "Ilya Khaprov <ilya.khaprov@publitechs.com> and CONTRIBUTORS"
Expand Down
2 changes: 1 addition & 1 deletion prometheus.test.all.asd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(in-package :cl-user)

(asdf:defsystem :prometheus.test.all
:version "0.1"
:version "0.2"
:description "All tests for Prometheus.cl"
:maintainer "Ilya Khaprov <ilya.khaprov@publitechs.com>"
:author "Ilya Khaprov <ilya.khaprov@publitechs.com> and CONTRIBUTORS"
Expand Down
2 changes: 1 addition & 1 deletion prometheus.test.asd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
(in-package :prometheus.test.system)

(defsystem :prometheus.test
:version "0.1"
:version "0.2"
:description "Tests for prometheus.cl"
:maintainer "Ilya Khaprov <ilya.khaprov@publitechs.com>"
:author "Ilya Khaprov <ilya.khaprov@publitechs.com> and CONTRIBUTORS"
Expand Down

0 comments on commit ce9bf21

Please sign in to comment.