Skip to content

Commit

Permalink
release 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Mar 19, 2024
1 parent a1d80ed commit 910b8d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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: '7.1.0'
})

Npm.depends({
Expand Down Expand Up @@ -38,8 +38,7 @@ Package.onUse(function (api) {
api.use(
[
'mrt:[email protected]',
'aldeed:[email protected]',
'aldeed:[email protected]',
'aldeed:[email protected] || 4.0.0',
'aldeed:[email protected]',
'reload'
],
Expand Down

0 comments on commit 910b8d0

Please sign in to comment.