Skip to content

Commit 8f6db16

Browse files
committed
1.0.1 release - update readme
1 parent df79fca commit 8f6db16

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
# <img src="https://cdn.rawgit.com/cmditch/elm-ethereum/master/elm-ethereum-logo.svg" width="75"> elm-ethereum
22

3-
**New!**
4-
Check out the [complex example SPA Dapp](https://github.com/cmditch/elm-ethereum/tree/master/examples/complex).
5-
6-
-----------------------
7-
8-
**Dev Note 5/28/18:**
9-
*elm-ethereum* is not quite ready for a 1.0 release.
10-
In the mean time, use the [dev version of the package](http://package.elm-lang.org/packages/cmditch/mel-bew3/latest).
11-
123
**Examples:**
134
[Simple starter example](https://github.com/cmditch/elm-ethereum/tree/master/examples/simple/src/Main.elm)
145
[Complex example SPA Dapp](https://github.com/cmditch/elm-ethereum/tree/master/examples/complex)

elm-package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0",
2+
"version": "1.0.1",
33
"summary": "feed the tree some ether.",
44
"repository": "https://github.com/cmditch/elm-ethereum.git",
55
"license": "BSD3",
@@ -42,4 +42,4 @@
4242
"zwilias/elm-utf-tools": "1.0.1 <= v < 2.0.0"
4343
},
4444
"elm-version": "0.18.0 <= v < 0.19.0"
45-
}
45+
}

0 commit comments

Comments
 (0)