Skip to content

Commit

Permalink
release version 1.24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarlex committed Jun 3, 2020
1 parent 7122958 commit e2160b0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ mv .ignore_tmp .gitignore

# Create tag and push it
git tag -a v${VERSION_NUMBER} -m "Version ${VERSION_NUMBER}" -m "${CHANGELOG}"
git push origin_gh --tags --no-verify > /dev/null 2>&1 || exit_with_error "Could not publish tag v${VERSION_NUMBER}"
git push origin --tags --no-verify > /dev/null 2>&1 || exit_with_error "Could not publish tag v${VERSION_NUMBER}"

echo "##########################################"
echo "# #"
Expand Down
2 changes: 1 addition & 1 deletion dist/mw-uikit.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

//Will be replaced with the actual version number duringh the build process;
//DO NOT TOUCH
root.mwUI.VERSION = 'UIKITVERSIONNUMBER';
root.mwUI.VERSION = '1.24.4';

angular.module("mwUI").run(["$templateCache", function($templateCache) { 'use strict';

Expand Down
5 changes: 5 additions & 0 deletions dist/mw-uikit.min.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions dist/mw-uikit.relution.min.js

Large diffs are not rendered by default.

0 comments on commit e2160b0

Please sign in to comment.