Skip to content

Commit

Permalink
Update to 2.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanneculai committed Dec 7, 2015
1 parent 419effd commit 580106a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
## 2.0.2 - 2015-12-07
- [upgrade] Bump version dependency on froala-editor to 2.0.2
## 2.0.1_2 - 2015-11-28
- [fix] Fixed _keepMarkers reference error

Expand Down
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'froala:editor-reactive',
summary: 'A Meteor reactive template wrapper around Froala WYSIWYG HTML Rich Text Editor.',
version: '2.0.1_2',
version: '2.0.2',
git: 'https://github.com/froala/froala-reactive.git'
});

Expand All @@ -10,7 +10,7 @@ Package.onUse(function(api) {

// Declare package dependencies
api.use([
'froala:editor@2.0.1',
'froala:editor@2.0.2',
'templating',
'underscore'
], 'client');
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
[
"froala:editor",
"2.0.1"
"2.0.2"
],
[
"geojson-utils",
Expand Down

0 comments on commit 580106a

Please sign in to comment.