Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
update version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
mykmelez committed Apr 21, 2010
1 parent 9bfdc83 commit 429627f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/reading-data/package.json
Expand Up @@ -5,6 +5,6 @@
"keywords": [],
"author": "Brian Warner",
"contributors": [],
"version": "0.3pre",
"version": "0.3",
"license": "MPL 1.1/GPL 2.0/LGPL 2.1"
}
2 changes: 1 addition & 1 deletion packages/development-mode/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "development-mode",
"description": "Adds Jetpack SDK development functionality to a program.",
"author": "Atul Varma (http://toolness.com/)",
"version": "0.3pre",
"version": "0.3",
"license": "MPL 1.1/GPL 2.0/LGPL 2.1",
"main": "main",
"dependencies": ["jetpack-core", "test-harness"]
Expand Down
2 changes: 1 addition & 1 deletion packages/jetpack-core/package.json
Expand Up @@ -7,7 +7,7 @@
"Myk Melez (http://melez.com/) <myk@mozilla.org>",
"Daniel Aquino <mr.danielaquino@gmail.com>"
],
"version": "0.3pre",
"version": "0.3",
"license": "MPL 1.1/GPL 2.0/LGPL 2.1",
"loader": "lib/cuddlefish.js"
}
2 changes: 1 addition & 1 deletion packages/test-harness/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "test-harness",
"description": "A harness for running Jetpack tests.",
"author": "Atul Varma (http://toolness.com/)",
"version": "0.3pre",
"version": "0.3",
"license": "MPL 1.1/GPL 2.0/LGPL 2.1",
"dependencies": ["jetpack-core"]
}
2 changes: 1 addition & 1 deletion static-files/index.html
Expand Up @@ -45,7 +45,7 @@ <h2>Package Reference</h2>
</div>
</div>
<div id="footer">
<span class="full-name">Jetpack SDK Documentation v0.3pre</span>
<span class="full-name">Jetpack SDK Documentation v0.3</span>
<span class="actions">[
<a href="" id="view-source">view source</a>
]</span>
Expand Down
6 changes: 3 additions & 3 deletions static-files/md/dev-guide/getting-started.md
Expand Up @@ -17,7 +17,7 @@ Installation
------------

At the time of this writing, the latest stable version of the Jetpack
SDK is 0.3pre. You can obtain it as a [tarball] or a [zip file].
SDK is 0.3. You can obtain it as a [tarball] or a [zip file].

Alternatively, you can get the latest development version of the
Jetpack SDK from its [HG repository].
Expand Down Expand Up @@ -49,8 +49,8 @@ command-line tools.
At any time, you can leave a virtual environment by running
`deactivate`.

[tarball]: https://ftp.mozilla.org/pub/mozilla.org/labs/jetpack/jetpack-sdk-0.3pre.tar.gz
[zip file]: https://ftp.mozilla.org/pub/mozilla.org/labs/jetpack/jetpack-sdk-0.3pre.zip
[tarball]: https://ftp.mozilla.org/pub/mozilla.org/labs/jetpack/jetpack-sdk-0.3.tar.gz
[zip file]: https://ftp.mozilla.org/pub/mozilla.org/labs/jetpack/jetpack-sdk-0.3.zip
[HG repository]: http://hg.mozilla.org/labs/jetpack-sdk/

Sanity Check
Expand Down

0 comments on commit 429627f

Please sign in to comment.