Skip to content

Commit

Permalink
Merge pull request #58 from hyp3rd/fix/API
Browse files Browse the repository at this point in the history
v1.2.3
  • Loading branch information
hyp3rd committed Dec 18, 2023
2 parents e84370d + e22e19a commit e6d3d1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ In addition to text messages, the bridge can forward media files such as photos,
You can run the bridge in a Docker container. The Docker image is available on [GitHub Packages](https://github.com/hyp3rd/telegram-discord-bridge/pkgs/container/bridge).

```bash
docker run -p:8000:8000 -v $(pwd)/config.yml:/app/config.yml:ro -it ghcr.io/hyp3rd/bridge:v1.2.1
docker run -p:8000:8000 -v $(pwd)/config.yml:/app/config.yml:ro -it ghcr.io/hyp3rd/bridge:v1.2.3
```

### Limitations
Expand Down
2 changes: 1 addition & 1 deletion bridge/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@

__metaclass__ = type # pylint: disable=invalid-name

__version__ = "v1.2.1"
__version__ = "v1.2.3"
__author__ = "F."

0 comments on commit e6d3d1d

Please sign in to comment.