Skip to content

Commit

Permalink
Ammends versions to match 1.x release
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenjohnson committed Nov 25, 2024
1 parent 9cf192a commit 6ab48a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/wikibase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wikibase",
"version": "3.0.2",
"version": "1.0.0",
"nx": {
"targets": {
"lint": {},
Expand Down
4 changes: 2 additions & 2 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
# --------------------------------------------------

wikibase:
image: wikibase/wikibase:3
image: wikibase/wikibase:1
depends_on:
mysql:
condition: service_healthy
Expand Down Expand Up @@ -37,7 +37,7 @@ services:
start_period: 5m

wikibase-jobrunner:
image: wikibase/wikibase:3
image: wikibase/wikibase:1
command: /jobrunner-entrypoint.sh
depends_on:
wikibase:
Expand Down
2 changes: 1 addition & 1 deletion deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deploy",
"version": "3.0.3",
"version": "1.0.0",
"nx": {
"targets": {
"lint": {},
Expand Down

0 comments on commit 6ab48a7

Please sign in to comment.