We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd2d893 commit 604e9ccCopy full SHA for 604e9cc
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 1.0.3
4
5
### Fixes
6
package.json
{
"name": "sentry-cordova",
- "version": "1.0.2",
+ "version": "1.0.3",
"main": "dist/js/sentry-cordova.js",
"types": "dist/js/sentry-cordova.d.ts",
"license": "MIT",
src/js/version.ts
@@ -1,2 +1,2 @@
export const SDK_NAME = 'sentry.javascript.cordova';
-export const SDK_VERSION = '1.0.2';
+export const SDK_VERSION = '1.0.3';
0 commit comments