Skip to content

Commit

Permalink
Tagging 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Luehrsen authored and Luehrsen committed Nov 10, 2023
1 parent b4e35e9 commit 23a4d8c
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.2.1'
app.version: '0.2.2'

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.2.1",
"version": "0.2.2",
"dependencies": {
"bootstrap": "^5.3.2"
}
Expand Down

0 comments on commit 23a4d8c

Please sign in to comment.