Skip to content

Commit 67a37f8

Browse files
committed
REL: v0.1.2
1 parent 190e215 commit 67a37f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.2"
22
services:
33
tiled:
4-
image: ghcr.io/bluesky/tiled:0.1.1
4+
image: ghcr.io/bluesky/tiled:0.1.2
55
environment:
66
- TILED_SINGLE_USER_API_KEY=${TILED_SINGLE_USER_API_KEY}
77
ports:

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Dan Allan <[email protected]>"]
33
channels = ["conda-forge"]
44
name = "tiled"
55
platforms = ["linux-64", "osx-arm64", "osx-64", "win-64"]
6-
version = "0.1.1"
6+
version = "0.1.2"
77

88
[tasks]
99

0 commit comments

Comments
 (0)