Skip to content

Commit

Permalink
delete old version marker in version script
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Jun 4, 2018
1 parent da2e9f6 commit a81732d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions version
Expand Up @@ -11,4 +11,5 @@ elif [ "$1" != "$VERSION" ]; then
git mv css/jquery.terminal-${VERSION}.min.css css/jquery.terminal-${1}.min.css
git mv js/jquery.terminal-${VERSION}.js js/jquery.terminal-${1}.js
git mv js/jquery.terminal-${VERSION}.min.js js/jquery.terminal-${1}.min.js
rm .${VERSION}
fi

0 comments on commit a81732d

Please sign in to comment.