Skip to content

Commit

Permalink
[RELEASE] 1.1.1
Browse files Browse the repository at this point in the history
## Bugfix
* `ProcessTask` loosing value of `$numberOfItemsPerRun`
  • Loading branch information
thommyhh committed May 22, 2021
1 parent 7e0d8ab commit 09249c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
run: composer global require typo3/tailor --prefer-dist --no-progress --no-suggest

- name: Publish to TER
run: php ~/.composer/vendor/bin/tailor ter:publish --comment "${{ steps.get-comment.outputs.comment }}" ${{ steps.get-version.outputs.version }}
run: php ~/.composer/vendor/bin/tailor ter:publish --comment '${{ steps.get-comment.outputs.comment }}' ${{ steps.get-version.outputs.version }}
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'Versatile Crawler',
'description' => 'A versatile and extendable crawler',
'version' => '1.1.0',
'version' => '1.1.1',
'category' => 'plugin',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit 09249c0

Please sign in to comment.