From 43bcd5266f9c9eb378ee6653199a05215203a027 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 3 Jun 2026 10:51:13 -0600 Subject: [PATCH] Update for 1.0.15 tags --- cosmic-applets | 2 +- cosmic-comp | 2 +- cosmic-edit | 2 +- cosmic-files | 2 +- cosmic-launcher | 2 +- cosmic-osd | 2 +- cosmic-panel | 2 +- cosmic-player | 2 +- cosmic-screenshot | 2 +- cosmic-settings | 2 +- cosmic-store | 2 +- cosmic-term | 2 +- scripts/version-update.sh | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/cosmic-applets b/cosmic-applets index 377f129..8981b0b 160000 --- a/cosmic-applets +++ b/cosmic-applets @@ -1 +1 @@ -Subproject commit 377f129611f144c3c2d77f3fde890b14e86c5139 +Subproject commit 8981b0b48ec21ac2c93cad56d82b33c6ef705888 diff --git a/cosmic-comp b/cosmic-comp index cefe847..2f7c34f 160000 --- a/cosmic-comp +++ b/cosmic-comp @@ -1 +1 @@ -Subproject commit cefe8472b2df6051ea42045ea133aa4bc334130d +Subproject commit 2f7c34f29ae8d1d5b7d147bdb69ae443bd630e98 diff --git a/cosmic-edit b/cosmic-edit index 2db1c80..bf217ab 160000 --- a/cosmic-edit +++ b/cosmic-edit @@ -1 +1 @@ -Subproject commit 2db1c80078978882b26c08987a36146afdd67409 +Subproject commit bf217ab250d007443145678a14b4aba130f279c2 diff --git a/cosmic-files b/cosmic-files index 18eb419..c605dbe 160000 --- a/cosmic-files +++ b/cosmic-files @@ -1 +1 @@ -Subproject commit 18eb41930a5ec7844387e48fe4fd111335f5d36b +Subproject commit c605dbecaf70e193a98fec775f7381a943d264a2 diff --git a/cosmic-launcher b/cosmic-launcher index 1e57708..0adec45 160000 --- a/cosmic-launcher +++ b/cosmic-launcher @@ -1 +1 @@ -Subproject commit 1e57708e5af99a500fa66c2703acac6e1d2c8848 +Subproject commit 0adec45a1ba7adf4a996c193ee22f5260fcbbea2 diff --git a/cosmic-osd b/cosmic-osd index 6125458..28af81d 160000 --- a/cosmic-osd +++ b/cosmic-osd @@ -1 +1 @@ -Subproject commit 6125458c303ec82ce71e08d3d29b53d6023a006a +Subproject commit 28af81d1a7479b4e9edddb2fcf8c93f2074bad6b diff --git a/cosmic-panel b/cosmic-panel index 26fee6c..546a6c4 160000 --- a/cosmic-panel +++ b/cosmic-panel @@ -1 +1 @@ -Subproject commit 26fee6c0c310620e8b3ce3e5fbab432248a88195 +Subproject commit 546a6c45210574caed9a3e51446aa8ad622d3627 diff --git a/cosmic-player b/cosmic-player index be02779..26f396e 160000 --- a/cosmic-player +++ b/cosmic-player @@ -1 +1 @@ -Subproject commit be027795701a91a29038a3aeca294b3acf5746bf +Subproject commit 26f396e4c87c09e02e8c331970844c4f5de0f96a diff --git a/cosmic-screenshot b/cosmic-screenshot index b917c63..2020fb2 160000 --- a/cosmic-screenshot +++ b/cosmic-screenshot @@ -1 +1 @@ -Subproject commit b917c631d155d71374fe2f2c0cbd2f4a33326420 +Subproject commit 2020fb21accb65e94fe0b3f8270e5e3359cafabe diff --git a/cosmic-settings b/cosmic-settings index 60a7de5..de5e16d 160000 --- a/cosmic-settings +++ b/cosmic-settings @@ -1 +1 @@ -Subproject commit 60a7de5adbb39a0939e01a6af2418221c80c2c97 +Subproject commit de5e16d360da9a634dcdd291112b76230d86d2ad diff --git a/cosmic-store b/cosmic-store index 1002d4a..3b35999 160000 --- a/cosmic-store +++ b/cosmic-store @@ -1 +1 @@ -Subproject commit 1002d4a6eb7e0e4388ab698df5bb6b993c6135d5 +Subproject commit 3b359999d8e93a091cac4c94ec3ffcfa2f7170ee diff --git a/cosmic-term b/cosmic-term index fa611ea..3832971 160000 --- a/cosmic-term +++ b/cosmic-term @@ -1 +1 @@ -Subproject commit fa611ea07d196dbcb028a343b5ed0a9da47669ca +Subproject commit 3832971d04076c873370cc9a993b7b3178e3d2e3 diff --git a/scripts/version-update.sh b/scripts/version-update.sh index a757bdf..e5daa7b 100755 --- a/scripts/version-update.sh +++ b/scripts/version-update.sh @@ -3,7 +3,7 @@ set -e # This should be the _next_ epoch version -version=1.0.14 +version=1.0.15 subject="Epoch ${version} version update" description="Generated by cosmic-epoch scripts/version-update.sh"