Skip to content

Commit

Permalink
bump up wrong version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDosin committed Mar 19, 2020
1 parent 7fa4d6e commit 7eb1a2f
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"name": "sas/maps",
"description": "Maps plugin",
"version": "v1.0.0",
"type": "shopware-platform-plugin",
"license": "proprietary",
"authors": [
{
"name": "Shape & Shift",
"role": "Manufacturer",
"homepage": "https://shapeandshift.dev"
}
],
"autoload": {
"psr-4": {
"Sas\\Maps\\": "src/"
}
},
"require": {
"shopware/core": "6.1.*",
"shopware/administration": "6.1.*",
"shopware/storefront": "6.1.*"
},
"extra": {
"shopware-plugin-class": "Sas\\Maps\\SasMaps",
"label": {
"de-DE": "Maps",
"en-GB": "Maps"
}
"name": "sas/maps",
"description": "Maps plugin",
"version": "v1.0.1",
"type": "shopware-platform-plugin",
"license": "proprietary",
"authors": [
{
"name": "Shape & Shift",
"role": "Manufacturer",
"homepage": "https://shapeandshift.dev"
}
],
"autoload": {
"psr-4": {
"Sas\\Maps\\": "src/"
}
},
"require": {
"shopware/core": "6.1.*",
"shopware/administration": "6.1.*",
"shopware/storefront": "6.1.*"
},
"extra": {
"shopware-plugin-class": "Sas\\Maps\\SasMaps",
"label": {
"de-DE": "Maps",
"en-GB": "Maps"
}
}
}

0 comments on commit 7eb1a2f

Please sign in to comment.