Skip to content

Commit

Permalink
mysql-live-select updated to 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
numtel committed Feb 14, 2015
1 parent 3cf4399 commit cd949a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .versions
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ id-map@1.0.2
insecure@1.0.2
jquery@1.11.3
json@1.0.2
local-test:numtel:mysql@0.1.0
local-test:numtel:mysql@0.1.1
logging@1.0.6
meteor@1.1.4
minifiers@1.1.3
minimongo@1.0.6
mongo@1.0.11
numtel:mysql@0.1.0
numtel:mysql@0.1.1
observe-sequence@1.0.4
ordered-dict@1.0.2
random@1.0.2
Expand Down
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Package.describe({
name: 'numtel:mysql',
summary: 'MySQL support with Reactive Select Subscriptions',
version: '0.1.0',
version: '0.1.1',
git: 'https://github.com/numtel/meteor-mysql.git'
});

Npm.depends({
'mysql': '2.5.4',
'mysql-live-select': '0.0.13'
'mysql-live-select': '0.0.14'
});

Package.onUse(function(api) {
Expand Down

0 comments on commit cd949a4

Please sign in to comment.