Skip to content

Commit

Permalink
Set version to 1.1.0-beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Tubach committed Oct 15, 2024
1 parent 47b0c85 commit 72c8738
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion civiremote.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ dependencies:
'interface translation server pattern': https://systopia.github.io/civiremote/translations/%language.po

project: civiremote
version: 1.1.x-dev
version: 1.1.0-beta4
2 changes: 1 addition & 1 deletion modules/civiremote_activity/civiremote_activity.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ dependencies:
- civiremote_entity

project: civiremote
version: 1.1.x-dev
version: 1.1.0-beta4
2 changes: 1 addition & 1 deletion modules/civiremote_case/civiremote_case.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ dependencies:
- civiremote_entity

project: civiremote
version: 1.1.x-dev
version: 1.1.0-beta4
2 changes: 1 addition & 1 deletion modules/civiremote_entity/civiremote_entity.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ dependencies:
- json_forms

project: civiremote
version: 1.1.x-dev
version: 1.1.0-beta4
5 changes: 3 additions & 2 deletions modules/civiremote_entity/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true,
"php-http/discovery": false
"php-http/discovery": false,
"tbachert/spi": true
}
},
"repositories": [
Expand Down Expand Up @@ -61,7 +62,7 @@
"@php vendor/bin/phpcbf"
],
"phpstan": [
"@php tools/phpstan/vendor/bin/phpstan"
"@php tools/phpstan/vendor/bin/phpstan -v"
],
"phpunit": [
"@php vendor/bin/phpunit --coverage-text"
Expand Down
2 changes: 1 addition & 1 deletion modules/civiremote_event/civiremote_event.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ dependencies:
- civiremote

project: civiremote
version: 1.1.x-dev
version: 1.1.0-beta4

0 comments on commit 72c8738

Please sign in to comment.