Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Wermke committed Jun 12, 2018
1 parent 6327822 commit a3c4de4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shutter.sh",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"postinstall": "link-parent-bin",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shutter/api",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"author": "Andy Wermke (https://github.com/andywer)",
"repository": "github:shuttersh/shutter",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shutter/core",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"author": "Andy Wermke (https://github.com/andywer)",
"repository": "github:shuttersh/shutter",
Expand Down
2 changes: 1 addition & 1 deletion packages/metacache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shutter/metacache",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"author": "Andy Wermke (https://github.com/andywer)",
"repository": "github:shuttersh/shutter",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shutter/react",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"author": "Andy Wermke (https://github.com/andywer)",
"repository": "github:shuttersh/shutter",
Expand Down
2 changes: 1 addition & 1 deletion packages/shutter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shutter",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"author": "Andy Wermke (https://github.com/andywer)",
"description": "Shutter.sh command line client",
Expand Down
2 changes: 1 addition & 1 deletion packages/shutterrc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shutter/shutterrc",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"author": "Andy Wermke (https://github.com/andywer)",
"repository": "github:shuttersh/shutter",
Expand Down

0 comments on commit a3c4de4

Please sign in to comment.