Skip to content

Commit

Permalink
Version 0.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Jul 28, 2023
1 parent 4f32666 commit 9ef4da1
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

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

22 changes: 11 additions & 11 deletions Cargo.toml
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.18.3-rc.5"
version = "0.18.3"
edition = "2021"
description = "A link aggregator for the fediverse"
license = "AGPL-3.0"
Expand Down Expand Up @@ -57,16 +57,16 @@ members = [
]

[workspace.dependencies]
lemmy_api = { version = "=0.18.3-rc.5", path = "./crates/api" }
lemmy_api_crud = { version = "=0.18.3-rc.5", path = "./crates/api_crud" }
lemmy_apub = { version = "=0.18.3-rc.5", path = "./crates/apub" }
lemmy_utils = { version = "=0.18.3-rc.5", path = "./crates/utils" }
lemmy_db_schema = { version = "=0.18.3-rc.5", path = "./crates/db_schema" }
lemmy_api_common = { version = "=0.18.3-rc.5", path = "./crates/api_common" }
lemmy_routes = { version = "=0.18.3-rc.5", path = "./crates/routes" }
lemmy_db_views = { version = "=0.18.3-rc.5", path = "./crates/db_views" }
lemmy_db_views_actor = { version = "=0.18.3-rc.5", path = "./crates/db_views_actor" }
lemmy_db_views_moderator = { version = "=0.18.3-rc.5", path = "./crates/db_views_moderator" }
lemmy_api = { version = "=0.18.3", path = "./crates/api" }
lemmy_api_crud = { version = "=0.18.3", path = "./crates/api_crud" }
lemmy_apub = { version = "=0.18.3", path = "./crates/apub" }
lemmy_utils = { version = "=0.18.3", path = "./crates/utils" }
lemmy_db_schema = { version = "=0.18.3", path = "./crates/db_schema" }
lemmy_api_common = { version = "=0.18.3", path = "./crates/api_common" }
lemmy_routes = { version = "=0.18.3", path = "./crates/routes" }
lemmy_db_views = { version = "=0.18.3", path = "./crates/db_views" }
lemmy_db_views_actor = { version = "=0.18.3", path = "./crates/db_views_actor" }
lemmy_db_views_moderator = { version = "=0.18.3", path = "./crates/db_views_moderator" }
activitypub_federation = { version = "0.4.6", default-features = false, features = [
"actix-web",
] }
Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Expand Up @@ -24,7 +24,7 @@ services:
logging: *default-logging

lemmy:
# image: dessalines/lemmy:0.18.2
# image: dessalines/lemmy:0.18.3
# use this to build your local lemmy server image for development
# run docker compose up --build
build:
Expand All @@ -51,7 +51,7 @@ services:
logging: *default-logging

lemmy-ui:
image: dessalines/lemmy-ui:0.18.2
image: dessalines/lemmy-ui:0.18.3
# use this to build your local lemmy ui image for development
# run docker compose up --build
# assuming lemmy-ui is cloned besides lemmy directory
Expand Down
2 changes: 1 addition & 1 deletion docker/federation/docker-compose.yml
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

x-ui-default: &ui-default
init: true
image: dessalines/lemmy-ui:0.18.2
image: dessalines/lemmy-ui:0.18.3
# assuming lemmy-ui is cloned besides lemmy directory
# build:
# context: ../../../lemmy-ui
Expand Down

1 comment on commit 9ef4da1

@RocketDerp

This comment was marked as abuse.

Please sign in to comment.