Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanneculai committed Jan 24, 2015
1 parent 2f74f41 commit 9628e6a
Showing 1 changed file with 2 additions and 2 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 Editor',
version: '1.2.4',
version: '1.2.5',
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@1.2.4',
'froala:editor@1.2.5',
'templating',
'underscore'
], 'client');
Expand Down

0 comments on commit 9628e6a

Please sign in to comment.