Release: bump version to 0.5.0 (#1787)

See tracking issue #1679 for release notes.
This commit is contained in:
Robin van Boven 2020-05-08 16:31:26 +02:00 committed by GitHub
parent a6d184ad23
commit 338ab3b016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "sourcecred",
"version": "0.4.0",
"version": "0.5.0",
"private": false,
"dependencies": {
"aphrodite": "^2.4.0",

View File

@ -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,