Skip to content

Commit

Permalink
Remove hyphen from pre versions
Browse files Browse the repository at this point in the history
- It is intentionally invalid semver as pre versions should never be released
- UI and Mobile already do this
  • Loading branch information
timmywil committed Dec 20, 2013
1 parent ed0f0e4 commit bae1174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "jquery",
"version": "2.1.0-pre",
"version": "2.1.0pre",
"ignore": [
"**/.*",
"build",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "jquery",
"title": "jQuery",
"description": "JavaScript library for DOM operations",
"version": "2.1.0-pre",
"version": "2.1.0pre",
"main": "dist/jquery.js",
"homepage": "http://jquery.com",
"author": {
Expand Down

0 comments on commit bae1174

Please sign in to comment.