Skip to content

Commit

Permalink
bumped meteor version && package version
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanschwarz committed Apr 14, 2022
1 parent 1ef68e4 commit c90c309
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,13 +1,13 @@
Package.describe({
name: 'nschwarz:cluster',
version: '2.2.0',
version: '2.3.0',
summary: 'native nodejs clusterization for meteor server',
git: 'https://github.com/nathanschwarz/meteor-cluster.git',
documentation: 'README.md',
})

Package.onUse(api => {
api.versionsFrom('1.9')
api.versionsFrom('2.4')
api.use(['mongo', 'ecmascript', 'random'])
api.mainModule('src/index.js', 'server')
})
Expand Down

0 comments on commit c90c309

Please sign in to comment.