Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 93b054a

Browse files
LuehrsenLuehrsen
Luehrsen
authored and
Luehrsen
committed
Tagging 0.3.0
1 parent 49d2de9 commit 93b054a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

config/services.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ parameters:
88
app.wp_crawl_time_offset_fast: '%env(WP_CRAWL_TIME_OFFSET_FAST)%'
99
app.wp_crawl_per_page: '%env(WP_CRAWL_PER_PAGE)%'
1010
app.wp_crawl_per_page_large: '%env(WP_CRAWL_PER_PAGE_LARGE)%'
11-
app.version: '0.2.7'
11+
app.version: '0.3.0'
1212

1313
services:
1414
# default configuration for services in *this* file

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"start": "composer install && npm install && npm run build && npm run serve",
3232
"version": "composer run update-version && git add -A"
3333
},
34-
"version": "0.2.7",
34+
"version": "0.3.0",
3535
"dependencies": {
3636
"bootstrap": "^5.3.2"
3737
}

0 commit comments

Comments
 (0)