Skip to content

Commit 22ead5a

Browse files
committed
Update to Meteor 1.4.
Warning: Apps built with Meteor 1.3.x or earlier will NOT work with this -- you must update your app to Meteor 1.4.
1 parent 1aabb08 commit 22ead5a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION=0.2.1
2-
METEOR_VERSION=1.3.4.1
1+
VERSION=0.3.0
2+
METEOR_VERSION=1.4.0.1
33

44
meteor-spk.deps: mongo/mongod niscu/mongod gather-deps.sh start.js
55
@echo "**** Gathering dependencies..."

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ way to do that is:
3939
### Installing `meteor-spk` from binaries
4040

4141
1. Download and unpack
42-
[the binary distribution](https://dl.sandstorm.io/meteor-spk-0.2.1.tar.xz),
42+
[the binary distribution](https://dl.sandstorm.io/meteor-spk-0.3.0.tar.xz),
4343
e.g.:
4444

4545
mkdir -p ~/projects/meteor-spk
4646
cd ~/projects/meteor-spk
47-
curl https://dl.sandstorm.io/meteor-spk-0.2.1.tar.xz | tar Jxf -
48-
cd meteor-spk-0.2.1
47+
curl https://dl.sandstorm.io/meteor-spk-0.3.0.tar.xz | tar Jxf -
48+
cd meteor-spk-0.3.0
4949

5050
2. Add the directory to your `$PATH`, or symlink the `meteor-spk` script into
5151
a directory in your `$PATH`, e.g.:

0 commit comments

Comments
 (0)