Skip to content
This repository was archived by the owner on Jun 14, 2018. It is now read-only.

Commit 4b2f26d

Browse files
Tim CoulterTim Coulter
Tim Coulter
authored and
Tim Coulter
committed
Bump to 1.0.2 so these fixes will propagate to npm.
1 parent ed92e0a commit 4b2f26d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/ether-pudding.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ var factory = function factory(Promise, web3) {
457457
; // end class
458458

459459
Pudding.class_defaults = {};
460-
Pudding.version = "1.0.1";
460+
Pudding.version = "1.0.2";
461461

462462
return Pudding;
463463
};

build/ether-pudding.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ether-pudding",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Pudding - a (more) delightful Ethereum contract abstraction",
55
"author": "Tim Coulter",
66
"main": "build/ether-pudding.js",

0 commit comments

Comments
 (0)