We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f259e3 commit 2d73e67Copy full SHA for 2d73e67
README.md
@@ -9,7 +9,7 @@ HyperApp is a `1kb` functional JavaScript library for building modern UI applica
9
## Usage
10
### CDN
11
```html
12
-<script src="https://cdn.rawgit.com/hyperapp/hyperapp/0.0.10/dist/hyperapp.min.js"></script>
+<script src="https://cdn.rawgit.com/hyperapp/hyperapp/0.0.11/dist/hyperapp.min.js"></script>
13
```
14
```js
15
const { app, html } = hyperapp
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "hyperapp",
3
"description": "HyperApp is a 1kb functional JavaScript library for building modern UI applications",
4
- "version": "0.0.10",
+ "version": "0.0.11",
5
"main": "src/index.js",
6
"author": "Jorge Bucaran",
7
"license": "MIT",
0 commit comments