Skip to content

Commit

Permalink
chore(release): 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Autapomorph committed Aug 5, 2020
1 parent bf0d219 commit ca5b5b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dino",
"description": "A Chrome Dino game clone built with Phaser 3",
"version": "1.2.0",
"version": "1.2.1",
"homepage": "https://github.com/Autapomorph/dino",
"author": "Autapomorph (https://github.com/Autapomorph)",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { isProd } from '../utils';
const config = {
title: 'Dino',
url: 'https://github.com/Autapomorph/dino',
version: '1.2.0',
version: '1.2.1',
type: Phaser.AUTO,
backgroundColor: '#fff',
banner: !isProd,
Expand Down

1 comment on commit ca5b5b3

@vercel
Copy link

@vercel vercel bot commented on ca5b5b3 Aug 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.