Skip to content

Commit

Permalink
Release v3.1.1-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Oct 4, 2023
1 parent b02d9ba commit 38c06b3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meteor-community/meteor-desktop",
"version": "3.1.1",
"version": "3.1.1-rc.0",
"bin": {
"meteor-desktop": "dist/bin/cli.js"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/bundler/package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable prefer-arrow-callback */
Package.describe({
name: 'communitypackages:meteor-desktop-bundler',
version: '3.1.1',
version: '3.1.1-rc.0',
summary: 'Bundles .desktop dir into desktop.asar.',
git: 'https://github.com/Meteor-Community-Packages/meteor-desktop',
documentation: 'README.md'
Expand Down
4 changes: 2 additions & 2 deletions plugins/watcher/package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable prefer-arrow-callback */
Package.describe({
name: 'communitypackages:meteor-desktop-watcher',
version: '3.1.1',
version: '3.1.1-rc.0',
summary: 'Watches .desktop dir and triggers rebuilds on file change.',
git: 'https://github.com/Meteor-Community-Packages/meteor-desktop',
documentation: 'README.md',
Expand All @@ -16,7 +16,7 @@ Package.onUse(function onUse(api) {
api.versionsFrom('[email protected]');
api.use('ecmascript');
api.use([
'communitypackages:[email protected]',
'communitypackages:[email protected]-rc.0',
], ['server'], {
weak: true
});
Expand Down

0 comments on commit 38c06b3

Please sign in to comment.