Skip to content

Commit

Permalink
Merge pull request #17 from Rise-Vision/fix/log-chromeos
Browse files Browse the repository at this point in the history
Update rise-logger to fix logging on chrome os
  • Loading branch information
stulees authored Jun 27, 2017
2 parents 2c22200 + 7728779 commit e9d59d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rise-data",
"version": "1.3.5",
"version": "1.3.6",
"authors": [
"Rise Vision"
],
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"iron-ajax": "PolymerElements/iron-ajax#^1.0.0",
"polymer": "Polymer/polymer#^1.0.0",
"rise-logger": "https://github.com/Rise-Vision/rise-logger.git#1.0.9",
"rise-logger": "https://github.com/Rise-Vision/rise-logger.git#1.0.10",
"underscore": "~1.8.2"
},
"devDependencies": {
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": "rise-data",
"version": "1.3.5",
"version": "1.3.6",
"description": "Web component for storing data",
"scripts": {
"test": "gulp test",
Expand Down
2 changes: 1 addition & 1 deletion rise-data.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</dom-module>

<!-- build:version -->
<script>var dataVersion = "1.3.5";</script>
<script>var dataVersion = "1.3.6";</script>
<!-- endbuild -->

<script>
Expand Down

0 comments on commit e9d59d3

Please sign in to comment.