From 5864ad92962b1d13ec0a3398df07d390d3abf778 Mon Sep 17 00:00:00 2001 From: Jeromy Date: Wed, 14 Sep 2016 15:27:34 -0700 Subject: [PATCH] gx publish v0.5.0 --- .gitignore | 3 +++ .gx/lastpubver | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5b98de7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +cover.out +prof.out +go-floodsub.test diff --git a/.gx/lastpubver b/.gx/lastpubver index 5a3feac..b1df30b 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.4.2: QmQtsU1T46uxjFMd5r5PfyaY1HdV5jcxZbvvHbAVRL52hc +0.5.0: QmXzEtq2W7rGCF9RYXL79zQvLsKZxAmT9QFtEC5FYfQYc5 diff --git a/package.json b/package.json index 6fa4039..790f1a6 100644 --- a/package.json +++ b/package.json @@ -30,5 +30,5 @@ "language": "go", "license": "", "name": "floodsub", - "version": "0.4.2" + "version": "0.5.0" }