Skip to content

Commit

Permalink
bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTheGr8 committed Mar 8, 2021
1 parent 057ffac commit 217e25c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Wox.Plugin.Github/Wox.Plugin.Github.fsproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net462</TargetFramework>
<AssemblyName>Wox.Plugin.Github</AssemblyName>
<PackageId>Wox.Plugin.Github</PackageId>
<Authors>Ioannis G. (@JohnTheGr8)</Authors>
<PackageProjectUrl>https://github.com/JohnTheGr8/Wox.Plugin.Github</PackageProjectUrl>
<RepositoryUrl>https://github.com/PluginAuthor/Wox.Plugin.Github</RepositoryUrl>
<RepositoryUrl>https://github.com/JohnTheGr8/Wox.Plugin.Github</RepositoryUrl>
<PackageTags>wox wox-plugin</PackageTags>
<Version>1.1.0</Version>
<Version>1.2.0</Version>
</PropertyGroup>
<ItemGroup>
<Compile Include="Helpers.fs" />
Expand Down
2 changes: 1 addition & 1 deletion Wox.Plugin.Github/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Name": "Wox.Plugin.Github",
"Description": "Wox plugin to search repos, browse issues and PRs",
"Author": "Ioannis G. (@JohnTheGr8)",
"Version": "1.1.0",
"Version": "1.2.0",
"Language": "csharp",
"Website": "https://github.com/JohnTheGr8/Wox.Plugin.Github",
"IcoPath": "icon.png",
Expand Down

0 comments on commit 217e25c

Please sign in to comment.