Skip to content

Commit 8d3fb30

Browse files
committed
Increment version number
1 parent 0226ff7 commit 8d3fb30

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RelativeNumber/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
// You can specify all the values or you can default the Build and Revision Numbers
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
31-
[assembly: AssemblyVersion("1.3.0.0")]
32-
[assembly: AssemblyFileVersion("1.3.0.0")]
31+
[assembly: AssemblyVersion("1.3.1.0")]
32+
[assembly: AssemblyFileVersion("1.3.1.0")]

RelativeNumber/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="RelativeNumber.Microsoft.b75ccaea-70c1-475c-9cb7-ddb84ea9d43c" Version="1.3" Language="en-US" Publisher="Brian Schmitt" />
4+
<Identity Id="RelativeNumber.Microsoft.b75ccaea-70c1-475c-9cb7-ddb84ea9d43c" Version="1.3.1" Language="en-US" Publisher="Brian Schmitt" />
55
<DisplayName>Relative Number</DisplayName>
66
<Description xml:space="preserve">Displays the line number relative to the line with the cursor on it. It allows you to make quick vertical movements. </Description>
77
<MoreInfo>https://github.com/brianschmitt/relativenumber</MoreInfo>

0 commit comments

Comments
 (0)