Skip to content

Commit 225ca67

Browse files
committed
Merge branch 'release/1.0.1'
2 parents 61cb68b + f01786d commit 225ca67

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Vendor/Yourext",
33
"description": "TYPO3 Provider Extension",
44
"type": "typo3-cms-extension",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"require": {
77
"typo3/cms": "^8.7.7"
88
},

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ You can use the `start.sh` script to clone `startpilot` as extension with any na
77

88
```
99
Develop
10-
curl https://raw.githubusercontent.com/Startpiloten/startpilot/develop/start.sh > start.sh && sh start.sh --extname startpilot --branch develop --vendor Startpiloten --package Startpilot
10+
curl https://raw.githubusercontent.com/Startpiloten/startpilot/master/start.sh > start.sh && sh start.sh --extname startpilot --branch master --vendor Startpiloten --package Startpilot
1111
1212
```
1313
This script is tested on MAC OSX.

0 commit comments

Comments
 (0)