Skip to content

Commit 31e1b7a

Browse files
authored
Update release.yml
Bumping versions
1 parent b2ab65f commit 31e1b7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ on:
1111
env:
1212
solution: MaterialDesignToolkit.Full.sln
1313
buildConfiguration: 'Release'
14-
mdixColorsVersion: '2.0.5'
15-
mdixMahAppsVersion: '0.2.1'
16-
mdixVersion: '4.4.0'
14+
mdixColorsVersion: '2.0.6'
15+
mdixMahAppsVersion: '0.2.2'
16+
mdixVersion: '4.5.0'
1717

1818
jobs:
1919
check_for_changes:
@@ -79,4 +79,4 @@ jobs:
7979
git config user.name github-actions
8080
git config user.email [email protected]
8181
git tag -f nightly_release master
82-
git push -f --tags
82+
git push -f --tags

0 commit comments

Comments
 (0)