Skip to content

Commit 543eb0a

Browse files
committed
Update version and year
1 parent 0bcf14f commit 543eb0a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 - 2023 Lukas Bai
3+
Copyright (c) 2021 - 2024 Lukas Bai
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

flatpak/ch.bailu.gtk_meteo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{
2323
"type": "git",
2424
"url": "https://github.com/bailuk/gtk-meteo.git",
25-
"branch": "8a38a8ee91d18e0cda31d823f5d8b5a7ca76840e"
25+
"branch": "0bcf14fdb34eac16399291c80c39d93135e02db0"
2626
},
2727
"gradle-sources.json"
2828
],

src/main/kotlin/config/Strings.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ object Strings {
77

88
val appID = Str("ch.bailu.gtk_meteo")
99
val appTitle = Str("GTK Meteo")
10-
val version = Str("v0.2.1")
10+
val version = Str("v0.2.2")
1111

1212
val copyright = Str(
1313
"""
14-
© 2021 - 2023 Lukas Bai, MIT License,
14+
© 2021 - 2024 Lukas Bai, MIT License,
1515
© Map and data OSM contributors ODbL 1.0,
1616
© Icons and weather data MET Norway
1717
""".trimIndent()

0 commit comments

Comments
 (0)