Skip to content

Commit

Permalink
Update version for latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Jul 27, 2024
1 parent e678e9a commit 8b5fa7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
matrix:
meteorRelease:
- '--release 2.9.1'
- '--release 3.0-beta.0'
- '--release 3.0.1'
# Latest recommended version
- ''
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Package.describe({
});

Package.onUse(function(api) {
api.versionsFrom(['2.9.0', '3.0-rc.0']);
api.versionsFrom(['2.9.0', '3.0']);
api.use('ecmascript');
api.use(['check', 'mongo', 'logging'], 'server');
api.mainModule('migrations_server.js', 'server');
Expand Down

0 comments on commit 8b5fa7b

Please sign in to comment.