Bump to 0.2.0 to try to fix greenkeeper

This commit is contained in:
Paul Kaplan 2018-02-09 16:15:41 -05:00
parent b193ad72c6
commit 1d6de32008
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ install:
- npm --production=false install
- npm --production=false update
before_deploy:
- npm --no-git-tag-version version 0.1.0-prerelease.$(date +%Y%m%d%H%M%S)
- npm --no-git-tag-version version 0.2.0-prerelease.$(date +%Y%m%d%H%M%S)
- git config --global user.email $(git log --pretty=format:"%ae" -n1)
- git config --global user.name $(git log --pretty=format:"%an" -n1)
deploy:

View file

@ -1,6 +1,6 @@
{
"name": "scratch-paint",
"version": "0.1.0",
"version": "0.2.0",
"description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.",
"main": "./dist/scratch-paint.js",
"scripts": {