Skip to content

Commit

Permalink
[firebase-release] Updated Firepad to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
firebase-ops committed Feb 8, 2019
1 parent cc5fb5c commit 1aa8cc0
Show file tree
Hide file tree
Showing 7 changed files with 6,583 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
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.5.2/firepad.css" />
<script src="https://cdn.firebase.com/libs/firepad/1.5.2/firepad.min.js"></script>
<link rel="stylesheet" href="https://cdn.firebase.com/libs/firepad/1.5.3/firepad.css" />
<script src="https://cdn.firebase.com/libs/firepad/1.5.3/firepad.min.js"></script>
</head>
```

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "firepad",
"description": "Collaborative text editing powered by Firebase",
"version": "1.5.2",
"version": "1.5.3",
"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.

3 comments on commit 1aa8cc0

@Franzhose
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mikelehen
Copy link
Collaborator

@mikelehen mikelehen commented on 1aa8cc0 Mar 13, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Franzhose Sorry about that! Should be fixed now.

@Franzhose
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mikelehen Yes, thank you!

Please sign in to comment.