Skip to content

Commit

Permalink
Update to 3.2.5-1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
kapil2704 committed Jan 6, 2021
1 parent bf5a896 commit 4a44b33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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: '3.2.5',
version: '3.2.5-1',
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@3.2.5',
'froala:editor@3.2.5-1',
'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 @@ -17,7 +17,7 @@
"1.0.4"
],
[
"froala:editor", "3.2.5"
"froala:editor", "3.2.5-1"
],
[
"geojson-utils",
Expand Down

0 comments on commit 4a44b33

Please sign in to comment.