mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Bump package.json version to 2.0.0-rc.1
no issue
This commit is contained in:
parent
5d42767bfd
commit
db3aa7d062
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ describe('Configuration API', function () {
|
|||
|
||||
// Check a few values
|
||||
props.environment.should.match(/^testing/);
|
||||
props.version.should.eql(require('../../../../package.json').version.replace(/.\d+$/, ''));
|
||||
props.version.should.eql(require('../../../../package.json').version);
|
||||
|
||||
done();
|
||||
}).catch(done);
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ghost",
|
||||
"version": "2.0.0-rc.0",
|
||||
"version": "2.0.0-rc.1",
|
||||
"description": "The professional publishing platform",
|
||||
"author": "Ghost Foundation",
|
||||
"homepage": "https://ghost.org",
|
||||
|
|
Loading…
Add table
Reference in a new issue