Release: bump version to 0.5.0 (#1787)
See tracking issue #1679 for release notes.
This commit is contained in:
parent
a6d184ad23
commit
338ab3b016
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "sourcecred",
|
||||
"version": "0.4.0",
|
||||
"version": "0.5.0",
|
||||
"private": false,
|
||||
"dependencies": {
|
||||
"aphrodite": "^2.4.0",
|
||||
|
|
|
@ -60,7 +60,7 @@ const environment = parseEnvironment(process.env.NODE_ENV);
|
|||
|
||||
export const VERSION_INFO: VersionInfo = deepFreeze({
|
||||
major: 0,
|
||||
minor: 4,
|
||||
minor: 5,
|
||||
patch: 0,
|
||||
gitState,
|
||||
environment,
|
||||
|
|
Loading…
Reference in New Issue