Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiubute committed Sep 14, 2016
1 parent 6db8889 commit a34a859
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scry-css",
"version": "0.2.1",
"version": "0.2.2",
"description": "Suggestion engine for CSS variables and mixins",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/bin/scry-css.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const PipelineRunner = require('../pipeline/runner')
const _ = require('lodash')

program
.version('scry-css 0.2.1')
.version('scry-css 0.2.2')
.usage('[options] <type> <dir> <file...>')
.option(
'-r --reporter [reporter]',
Expand Down

0 comments on commit a34a859

Please sign in to comment.