Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
bump constellation:console version
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldaverill committed Dec 30, 2015
1 parent b1cfa2e commit 932094f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aldeed:[email protected]
[email protected]_1
[email protected]
babrahams:[email protected].1
babrahams:[email protected].3
[email protected]
[email protected]
[email protected]
Expand All @@ -11,7 +11,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
constellation:console@1.3.0
constellation:console@1.4.0
dburles:[email protected]
[email protected]
[email protected]
Expand All @@ -22,7 +22,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
fourquet:[email protected].3
fourquet:[email protected].4
[email protected]
gwendall:[email protected]
[email protected]
Expand Down
4 changes: 2 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## v.NEXT
## v.1.0.4, 2015-Dec-29

* Probably nothing.
Bump constellation:console version

## v.1.0.3, 2015-Nov-8

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#### Plugin for [Constellation](https://atmospherejs.com/babrahams/constellation) used to compare app packages with latest available from the Meteor package repository.

`meteor add fourquet:anti-gravity`
#### Plugin for [Constellation](https://atmospherejs.com/babrahams/constellation) used to compare app packages with latest available from the Meteor package repository.

`meteor add fourquet:anti-gravity`
8 changes: 4 additions & 4 deletions example/.meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ [email protected]
[email protected]
[email protected]_1
[email protected]
babrahams:[email protected].1
babrahams:[email protected].3
[email protected]
[email protected]
[email protected]
Expand All @@ -14,7 +14,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
constellation:console@1.3.0
constellation:console@1.4.0
dburles:[email protected]
[email protected]
[email protected]
Expand All @@ -26,8 +26,8 @@ [email protected]
[email protected]
[email protected]
[email protected]
fortawesome:fontawesome@4.2.0_2
fourquet:[email protected].3
fortawesome:fontawesome@4.5.0
fourquet:[email protected].4
[email protected]
gwendall:[email protected]
[email protected]
Expand Down
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'fourquet:anti-gravity',
version: '1.0.3',
version: '1.0.4',
summary: 'Plugin for Constellation for finding out-of-date packages.',
git: 'https://github.com/fourquet/meteor-package-anti-gravity',
documentation: 'README.md',
Expand All @@ -18,7 +18,7 @@ Package.onUse(function(api) {
'tracker',
'reactive-var',
'reactive-dict',
'constellation:console@1.3.0',
'constellation:console@1.4.0',
],
'client');
api.imply('constellation:console');
Expand Down

0 comments on commit 932094f

Please sign in to comment.