Skip to content

Commit

Permalink
Updates version to release 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatGeoGuy committed Jul 20, 2015
1 parent 018111a commit 96c2c52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions graphs.release-info
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
(repo git "git://github.com/ThatGeoGuy/chicken-graphs.git")
(uri targz "https://codeload.github.com/ThatGeoGuy/chicken-graphs/tar.gz/{egg-release}")
(release "0.2")
(release "0.3")
4 changes: 2 additions & 2 deletions graphs.setup
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
(install-extension
'graphs
`(,(dynld-name "graphs") ,(dynld-name "graphs.import"))
`((version "0.2")))
`((version "0.3")))

(install-extension
'graphs-derived
`(,(dynld-name "graphs-derived") ,(dynld-name "graphs-derived.import"))
`((version "0.2")))
`((version "0.3")))

0 comments on commit 96c2c52

Please sign in to comment.