Skip to content

Commit

Permalink
Upadte version
Browse files Browse the repository at this point in the history
  • Loading branch information
artemnovichkov committed Feb 25, 2018
1 parent cfdd46c commit 3c4ec62
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zepcode",
"version": "0.2.0",
"version": "0.3.0",
"description": "Generates Swift snippets from colors, fonts and layers",
"main": "index.js",
"lint-staged": {
Expand Down
36 changes: 18 additions & 18 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "Zepcode",
"description": "Generates Swift snippets from colors, fonts and layers.",
"version": "0.2.0",
"moduleURL": "./index.js",
"author": {
"name": "Artem Novichkov",
"email": "novichkoff93@gmail.com",
"url": "http://github.com/artemnovichkov"
},
"repository": "http://github.com/artemnovichkov/zepcode",
"options": [
{
"name": "Use color names",
"type": "switch",
"id": "use_color_names",
"default": true
}
]
"name": "Zepcode",
"description": "Generates Swift snippets from colors, fonts and layers.",
"version": "0.3.0",
"moduleURL": "./index.js",
"author": {
"name": "Artem Novichkov",
"email": "novichkoff93@gmail.com",
"url": "http://github.com/artemnovichkov"
},
"repository": "http://github.com/artemnovichkov/zepcode",
"options": [
{
"name": "Use color names",
"type": "switch",
"id": "use_color_names",
"default": true
}
]
}

0 comments on commit 3c4ec62

Please sign in to comment.