summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorSteve <nilslice@gmail.com>2017-01-30 10:22:20 -0800
committerGitHub <noreply@github.com>2017-01-30 10:22:20 -0800
commitd8b1975b036e800d85fd2808458f51902b27ad5a (patch)
tree779fcf2bd1eaf1ff914c3acbdcd21c218e579fe0 /cmd
parent16a159acec94fd391e840fab061ed08cf894369f (diff)
[core] Return data from api.Externalable requests for client to use in app (#55)
* add json response to externalable requests so client can use data in apps * bump version
Diffstat (limited to 'cmd')
-rw-r--r--cmd/ponzu/ponzu.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/ponzu/ponzu.json b/cmd/ponzu/ponzu.json
index af54315..c9946cd 100644
--- a/cmd/ponzu/ponzu.json
+++ b/cmd/ponzu/ponzu.json
@@ -1,3 +1,3 @@
{
- "version": "0.8.1"
-} \ No newline at end of file
+ "version": "0.8.2"
+}