Skip to content

Commit

Permalink
build: bump versions to be generally 3.0 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Dec 19, 2023
1 parent c93bf98 commit 4232fe2
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
Expand Up @@ -4,11 +4,11 @@ Package.describe({
summary:
'Easily create forms with automatic insert and update, and automatic reactive validation.',
git: 'https://github.com/aldeed/meteor-autoform.git',
version: '7.0.1'
version: '8.0.0-rc.0'
})

Package.onUse(function (api) {
api.versionsFrom('METEOR@1.3')
api.versionsFrom(['1.3', '2.7.3', '3.0-alpha.19'])

// Dependencies
api.use(
Expand Down

0 comments on commit 4232fe2

Please sign in to comment.