Skip to content

Commit

Permalink
chore: update .incache config
Browse files Browse the repository at this point in the history
  • Loading branch information
sghoweri committed Jun 21, 2019
1 parent 51ae146 commit 3fefe1d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs-site/.incache

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/core-php/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bolt-design-system/core-php",
"description": "Core PHP functionality for the Bolt Design System",
"version": "2.4.4",
"version": "2.5.1",
"type": "library",
"license": "MIT",
"authors": [
Expand Down Expand Up @@ -43,4 +43,4 @@
"vendor/bin/phpunit --colors=always tests"
]
}
}
}
2 changes: 1 addition & 1 deletion packages/drupal-modules/bolt_connect/bolt_connect.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ type: module
description: Connects Drupal to the Bolt Design System
core: 8.x
configure: bolt_connect.config_form
version: 2.4.4
version: 2.5.1
4 changes: 2 additions & 2 deletions packages/drupal-modules/bolt_connect/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bolt-design-system/bolt_connect",
"type": "drupal-module",
"version": "2.4.4",
"version": "2.5.1",
"description": "Connect to Bolt Design System",
"keywords": [
"drupal",
Expand All @@ -24,7 +24,7 @@
}
},
"require": {
"bolt-design-system/core-php": "2.4.4",
"bolt-design-system/core-php": "2.5.1",
"basaltinc/twig-tools": "^1.4.0",
"webmozart/path-util": "^2.3"
}
Expand Down

0 comments on commit 3fefe1d

Please sign in to comment.