Merge pull request #747 from zenorocha/feat-update-meteor-package

update release version for package.js
This commit is contained in:
Vitor Alencar
2021-03-21 12:57:36 +01:00
committed by GitHub

View File

@@ -3,7 +3,7 @@
Package.describe({ Package.describe({
name: 'zenorocha:clipboard', name: 'zenorocha:clipboard',
summary: 'Modern copy to clipboard. No Flash. Just 3kb.', summary: 'Modern copy to clipboard. No Flash. Just 3kb.',
version: '2.0.6', version: '2.0.8',
git: 'https://github.com/zenorocha/clipboard.js', git: 'https://github.com/zenorocha/clipboard.js',
}); });