Skip to content

Commit 604e9cc

Browse files
committed
release: 1.0.3
1 parent fd2d893 commit 604e9cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 1.0.3
44

55
### Fixes
66

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sentry-cordova",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"main": "dist/js/sentry-cordova.js",
55
"types": "dist/js/sentry-cordova.d.ts",
66
"license": "MIT",

src/js/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export const SDK_NAME = 'sentry.javascript.cordova';
2-
export const SDK_VERSION = '1.0.2';
2+
export const SDK_VERSION = '1.0.3';

0 commit comments

Comments
 (0)