Merge pull request #63 from Pear-Trading/Release-v0.1.3
Release of v0.1.3
This commit is contained in:
commit
2cc087a295
4 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
# Force sudo due to issue in travis
|
||||
sudo: required
|
||||
addons:
|
||||
chrome: stable
|
||||
language: node_js
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
# Next Release
|
||||
|
||||
# v0.1.3
|
||||
|
||||
* Made fix to Travis config
|
||||
|
||||
# v0.1.2
|
||||
|
||||
* Removed unused button
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "localloop-web",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "localloop-web",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.3",
|
||||
"description": "LocalLoop Web - Web interface for LocalLoop app",
|
||||
"author": "",
|
||||
"url": "http://www.peartrade.org",
|
||||
|
|
Reference in a new issue