Skip to content

Commit

Permalink
Added Europe/Stockholm
Browse files Browse the repository at this point in the history
  • Loading branch information
fedecalendino committed Jan 13, 2023
1 parent 7d85087 commit 19ee21a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
25 changes: 24 additions & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1254,6 +1254,10 @@
<string>🇧🇬 Europe / Sofia</string>
<string>TZ_Europe__Sofia</string>
</array>
<array>
<string>🇸🇪 Europe / Stockholm</string>
<string>TZ_Europe__Stockholm</string>
</array>
<array>
<string>🇪🇪 Europe / Tallinn</string>
<string>TZ_Europe__Tallinn</string>
Expand Down Expand Up @@ -6703,6 +6707,25 @@
<key>variable</key>
<string>TZ_Europe__Sofia</string>
</dict>
<dict>
<key>config</key>
<dict>
<key>default</key>
<false/>
<key>required</key>
<false/>
<key>text</key>
<string>🇸🇪 Europe / Stockholm</string>
</dict>
<key>description</key>
<string></string>
<key>label</key>
<string></string>
<key>type</key>
<string>checkbox</string>
<key>variable</key>
<string>TZ_Europe__Stockholm</string>
</dict>
<dict>
<key>config</key>
<dict>
Expand Down Expand Up @@ -7484,7 +7507,7 @@
</dict>
</array>
<key>version</key>
<string>1.9.2</string>
<string>1.9.3</string>
<key>webaddress</key>
<string>https://github.com/fedecalendino/alfred-world-clock</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "World Clock"
version = "1.9.2"
version = "1.9.3"
description = "Check time in multiple timezones."
documentation = "https://github.com/fedecalendino/alfred-world-clock/blob/main/README.md"
homepage = "https://github.com/fedecalendino/alfred-world-clock"
Expand Down

0 comments on commit 19ee21a

Please sign in to comment.