Skip to content

Commit 3d6b436

Browse files
committed
readme fix
1 parent a1aaff9 commit 3d6b436

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Package.on_use(function (api) {
77
api.use(['coffeescript', 'underscore','templating','less'], 'client');
88
api.use (['observatory-galileo', 'observatory-apollo'], ['client','server']);
99

10-
console.log("...loading observatory");
11-
console.log("This is version 0.3.0 with completely redesigned architecture and a host of new features available - ");
10+
console.log("Loading Observatory:");
11+
console.log("This is version 0.3.2 with completely redesigned architecture and a host of new features available - ");
1212
console.log("please check out http://observatoryjs.com for details. There's automagical logging, profiling, application monitoring and more.");
1313

1414
api.add_files('lib/codemirror/codemirror.js','client');

smart.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Powerful, yet easy to use, logging, monitoring and application management package. See http://observatoryjs.com for details. NEW! All the old Observatory + a bunch of new monitoring and management features in the cloud!",
44
"homepage": "https://github.com/jhoxray/observatory",
55
"author": "J Ho XRay <[email protected]>",
6-
"version": "0.3.2",
6+
"version": "0.3.21",
77
"git": "https://github.com/jhoxray/observatory.git",
88
"packages": {
99
"observatory-apollo": "0.3.2"

0 commit comments

Comments
 (0)