Skip to content

Commit

Permalink
[firebase-release] Updated Firepad to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
firebase-ops committed Jan 4, 2016
1 parent b910eef commit 8e18dbd
Show file tree
Hide file tree
Showing 7 changed files with 6,239 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,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.2.0/codemirror.css"/>

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

and calling an init function.
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": "0.0.0",
"version": "1.3.0",
"authors": [
"Firebase <support@firebase.com> (https://www.firebase.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 8e18dbd

Please sign in to comment.