Skip to content

Commit 4f391b1

Browse files
committed
Prepare v0.2.0
1 parent 098b15d commit 4f391b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SourceMaps.StackTraces/SourceMaps.StackTraces.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Nullable>enable</Nullable>
77

88
<PackageId>SourceMaps.StackTraces</PackageId>
9-
<Version>0.1.0</Version>
9+
<Version>0.2.0</Version>
1010
<Authors>sleeuwen</Authors>
1111
<Description>.NET Standard 2.0 library for parsing javascript stacktraces and mapping them to sourcemaps</Description>
1212
<PackageDescription>.NET Standard 2.0 library for parsing javascript stacktraces and mapping them to sourcemaps</PackageDescription>

SourceMaps/SourceMaps.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Nullable>enable</Nullable>
77

88
<PackageId>SourceMaps</PackageId>
9-
<Version>0.1.0</Version>
9+
<Version>0.2.0</Version>
1010
<Authors>sleeuwen</Authors>
1111
<Description>.NET Standard 2.0 library for parsing sourcemaps</Description>
1212
<PackageDescription>.NET Standard 2.0 library for parsing sourcemaps</PackageDescription>

0 commit comments

Comments
 (0)