Skip to content

Commit

Permalink
Bump version number, edit README
Browse files Browse the repository at this point in the history
  • Loading branch information
kaivi committed Jun 1, 2017
1 parent e0fbc9b commit f2721ab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.9 / 2017-06-01
=================

- Fixed issue [#28](https://github.com/kaivi/riek/issues/28) with RIENumber not working on Firefox

1.0.8 / 2017-06-01
==================

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,6 @@ The build process does not work with Node v6 at the moment: use [Node Version Ma
2. Make your changes
3. Do `npm run build` to compile the lib and demo
4. Open `index.html` and check if it works
5. ???
6. Submit a pull request
5. Open JS console in browser, set `localStorage.debug = '*'` to see debug messages, add more if necessary
6. ???
7. Submit a pull request
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "riek",
"version": "1.0.8",
"version": "1.0.9",
"description": "React Inline Edit Kit",
"author": "Kai Vik <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit f2721ab

Please sign in to comment.