Skip to content

Commit

Permalink
Tagging 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luehrsen authored and Luehrsen committed Jan 13, 2024
1 parent cac1a28 commit cb9278f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ parameters:
app.wp_crawl_time_offset_fast: '%env(WP_CRAWL_TIME_OFFSET_FAST)%'
app.wp_crawl_per_page: '%env(WP_CRAWL_PER_PAGE)%'
app.wp_crawl_per_page_large: '%env(WP_CRAWL_PER_PAGE_LARGE)%'
app.version: '0.3.1'
app.version: '0.4.0'

services:
# default configuration for services in *this* file
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"start": "composer install && npm install && npm run build && npm run serve",
"version": "composer run update-version && git add -A"
},
"version": "0.3.1",
"version": "0.4.0",
"dependencies": {
"bootstrap": "^5.3.2"
}
Expand Down

0 comments on commit cb9278f

Please sign in to comment.