Skip to content

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgebucaran committed Apr 13, 2017
1 parent 2b79e73 commit 7284023
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ HyperApp is a JavaScript library for building frontend applications.

## Hello World

[CodePen](https://codepen.io/jbucaran/pen/Qdwpxy) · [Examples](https://hyperapp.glitch.me)

```jsx
app({
state: "Hello World",
view: state => <h1>{state}</h1>
})
```

[See more examples](https://hyperapp.glitch.me).

## Issues

No software is free of bugs. If you're not sure if something is a bug or not, [file an issue](https://github.com/hyperapp/hyperapp/issues) anyway. Questions, feedback and feature requests are welcome too.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hyperapp",
"description": "1kb JavaScript library for building frontend applications.",
"version": "0.8.0",
"version": "0.8.1",
"main": "dist/hyperapp.js",
"jsnext:main": "src/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit 7284023

Please sign in to comment.