-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect version number in player.js #30
Labels
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Comments
Whoops! This bug affects both the v1.2.1 tag in github and the 1.2.1 release on npm. Both show up as v1.2.0-debug in uncompiled mode. The npm release reports as v1.2.0-13-gfd26657, while the github release reports as v1.2.0-12-g77b7c7e. |
joeyparrish
added a commit
that referenced
this issue
Mar 11, 2015
Related to #30 Change-Id: I6f4175a6a2edeca9422cc4cf07a01356c305e9e1
joeyparrish
added a commit
that referenced
this issue
Mar 12, 2015
This script checks for versioning mistakes and will prevent npm publication if any of the checks fail. This also drops the check.sh script, which nobody was using. Related to #30 Change-Id: Ic8e504515ac31beb7833207aa2ac463d40cfae88
joeyparrish
added a commit
that referenced
this issue
Mar 12, 2015
Related to #30 Change-Id: I6f4175a6a2edeca9422cc4cf07a01356c305e9e1
joeyparrish
added a commit
that referenced
this issue
Mar 12, 2015
This script checks for versioning mistakes and will prevent npm publication if any of the checks fail. This also drops the check.sh script, which nobody was using. Related to #30 Change-Id: Ic8e504515ac31beb7833207aa2ac463d40cfae88
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
player.js still reports as v1.2.0
Line 118:
goog.define('GIT_VERSION', 'v1.2.0-debug');
This should be v1.2.1.
The text was updated successfully, but these errors were encountered: