Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Commit

Permalink
chore(*): release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Aug 18, 2015
1 parent d78de5c commit da40d39
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.3.1 - 2015-08-18

- Bugfix: Wire protocol does not match Firebase server (fixes [#9](https://github.com/urish/firebase-server/issues/9), contributed by [azell](https://github.com/azell))

## 0.3.0 - 2015-07-21

- Implement `update()` (fixes [#5](https://github.com/urish/firebase-server/issues/5))
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* firebase-server 0.3.0
* firebase-server 0.3.1
* License: MIT.
* Copyright (C) 2013, 2014, 2015, Uri Shaked.
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebase-server",
"version": "0.3.0",
"version": "0.3.1",
"description": "Simple Firebase Server",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit da40d39

Please sign in to comment.