We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.15.0
I can help out with this, but since the bindings are code-generated, I'm not sure what's the best way to do that.
Still, the bower.json file and PS deps in package.json are easy to update via update-bower-json-release-versions.txt
bower.json
package.json
jq --from-file update-bower-json-release-versions.txt bower.json > bower.json.tmp && mv bower.json.tmp bower.json
The text was updated successfully, but these errors were encountered:
Oh wait. Only one file is codegen'd.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I can help out with this, but since the bindings are code-generated, I'm not sure what's the best way to do that.
Still, the
bower.json
file and PS deps inpackage.json
are easy to update via update-bower-json-release-versions.txtThe text was updated successfully, but these errors were encountered: