Skip to content

Commit

Permalink
release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Apr 21, 2020
1 parent 473e2e3 commit 8e1142b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phlox",
"version": "0.2.1-a5",
"version": "0.2.1",
"description": "a PIXI DSL in ClojureScript",
"main": "index.js",
"scripts": {
Expand Down
11 changes: 6 additions & 5 deletions release.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{:version "0.2.1-a5"
:group-id "quamolit"
:artifact-id "phlox"
:skip-tag true
:description "Pixi.js DSL in ClojureScript."
{:version "0.2.1",
:group-id "quamolit",
:artifact-id "phlox",
:skip-tag true,
:description "Pixi.js DSL in ClojureScript.",
:scm-url "https://github.com/Quamolit/phlox"}

0 comments on commit 8e1142b

Please sign in to comment.