Skip to content

Commit

Permalink
[firebase-release] Updated Firepad to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
firebase-ops committed Jun 6, 2018
1 parent 71d952a commit 49fd64f
Show file tree
Hide file tree
Showing 7 changed files with 6,585 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ code. It can be added to any web app by including a few JavaScript files:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.17.0/codemirror.css"/>

<!-- Firepad -->
<link rel="stylesheet" href="https://cdn.firebase.com/libs/firepad/1.4.0/firepad.css" />
<script src="https://cdn.firebase.com/libs/firepad/1.4.0/firepad.min.js"></script>
<link rel="stylesheet" href="https://cdn.firebase.com/libs/firepad/1.5.0/firepad.css" />
<script src="https://cdn.firebase.com/libs/firepad/1.5.0/firepad.min.js"></script>
</head>
```

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "firepad",
"description": "Collaborative text editing powered by Firebase",
"version": "1.4.0",
"version": "1.5.0",
"authors": [
"Firebase (https://firebase.google.com/)",
"Michael Lehenbauer <michael@firebase.com>"
Expand Down
351 changes: 351 additions & 0 deletions dist/firepad.css

Large diffs are not rendered by default.

Binary file added dist/firepad.eot
Binary file not shown.
Loading

0 comments on commit 49fd64f

Please sign in to comment.