Skip to content

Commit

Permalink
Updated mysql-live-select package to 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
numtel committed Jan 5, 2015
1 parent c9731d7 commit ef6b0f8
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 @@ -21,14 +21,14 @@ jquery@1.0.2
json@1.0.2
keyboardjs:keyboardjs@0.4.2_1
less@1.0.12
local-test:numtel:mysql@0.0.17
local-test:numtel:mysql@0.0.18
logging@1.0.6
meteor@1.1.4
minifiers@1.1.3
minimongo@1.0.6
mongo@1.0.11
numtel:benchmark-packages@0.0.1
numtel:mysql@0.0.17
numtel:mysql@0.0.18
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.0.17',
version: '0.0.18',
git: 'https://github.com/numtel/meteor-mysql.git'
});

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

Package.onUse(function(api) {
Expand Down

0 comments on commit ef6b0f8

Please sign in to comment.