Skip to content

Commit

Permalink
Version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vovayatsyuk committed Jun 21, 2017
1 parent 7adace2 commit b8db751
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"name": "swissup/easytabs",
"description": "Easy Tabs extension from Swissup",
"keywords": [
"tabs",
"easytabs",
"product tabs",
"homepage tabs"
],
"type": "magento2-module",
"version": "1.0.3",
"version": "1.0.4",
"license": "OSL-3.0",
"require": {
"swissup/core": "*"
Expand All @@ -12,5 +18,15 @@
"psr-4": {
"Swissup\\Easytabs\\": ""
}
},
"extra": {
"swissup": {
"links": {
"store" : "https://swissuplabs.com/product-tabs-magento-2-extension.html",
"download" : "https://swissuplabs.com/subscription/customer/products/",
"docs" : "http://docs.swissuplabs.com/m2/extensions/easytabs/",
"changelog": "http://docs.swissuplabs.com/m2/extensions/easytabs/changelog/"
}
}
}
}

0 comments on commit b8db751

Please sign in to comment.