Skip to content

Commit

Permalink
easy-element version bump to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilatch committed May 16, 2019
1 parent 80b11e1 commit a46b030
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generators/app/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let easyElementVersion = '1.5.2'
let easyElementVersion = '1.6.1'
let Generator = require('yeoman-generator')
let projectTypes = {
SINGLE_ELEMENT: 'single element',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "generator-easy-element",
"repository": "git@github.com:Pilatch/generator-easy-element.git",
"version": "1.2.0",
"version": "1.2.1",
"description": "Easily create cross-browser web components using easy-element",
"files": [
"generators"
Expand Down

0 comments on commit a46b030

Please sign in to comment.