Skip to content

Commit 2d73e67

Browse files
committed
0.0.11
1 parent 6f259e3 commit 2d73e67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ HyperApp is a `1kb` functional JavaScript library for building modern UI applica
99
## Usage
1010
### CDN
1111
```html
12-
<script src="https://cdn.rawgit.com/hyperapp/hyperapp/0.0.10/dist/hyperapp.min.js"></script>
12+
<script src="https://cdn.rawgit.com/hyperapp/hyperapp/0.0.11/dist/hyperapp.min.js"></script>
1313
```
1414
```js
1515
const { app, html } = hyperapp

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hyperapp",
33
"description": "HyperApp is a 1kb functional JavaScript library for building modern UI applications",
4-
"version": "0.0.10",
4+
"version": "0.0.11",
55
"main": "src/index.js",
66
"author": "Jorge Bucaran",
77
"license": "MIT",

0 commit comments

Comments
 (0)