From d77c038f6fba717fefbe1af60def0b0ca1411a5e Mon Sep 17 00:00:00 2001 From: Jeromy Date: Wed, 5 Oct 2016 10:13:41 -0700 Subject: [PATCH] gx publish 1.0.0 --- .gx/lastpubver | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gx/lastpubver diff --git a/.gx/lastpubver b/.gx/lastpubver new file mode 100644 index 0000000..9f8cfa5 --- /dev/null +++ b/.gx/lastpubver @@ -0,0 +1 @@ +1.0.0: QmeAfPWBWDQq9qjQ5oiWhaFs7oEsfB6FyEj5VxNdc2r34q diff --git a/package.json b/package.json index 48c7ff9..82b86fc 100644 --- a/package.json +++ b/package.json @@ -97,6 +97,6 @@ "license": "", "name": "go-libp2p-swarm", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "0.0.0" + "version": "1.0.0" } -- GitLab