Skip to content

Commit

Permalink
bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTheGr8 committed Mar 28, 2021
1 parent 169b935 commit ddbf89c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.2.0.{build}
version: 1.2.1.{build}
image: Visual Studio 2019

environment:
Expand Down
2 changes: 1 addition & 1 deletion src/Wox.Plugin.Github.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageProjectUrl>https://github.com/JohnTheGr8/Wox.Plugin.Github</PackageProjectUrl>
<RepositoryUrl>https://github.com/JohnTheGr8/Wox.Plugin.Github</RepositoryUrl>
<PackageTags>wox wox-plugin</PackageTags>
<Version>1.2.0</Version>
<Version>1.2.1</Version>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
Expand Down
4 changes: 2 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"ID": "6c22cffe6b3546ec9087abe149c4a575",
"ActionKeyword": "gh",
"Name": "Wox.Plugin.Github",
"Description": "Wox plugin to search repos, browse issues and PRs",
"Description": "Search Github repositories and users, browse issues and PRs",
"Author": "Ioannis G. (@JohnTheGr8)",
"Version": "1.2.0",
"Version": "1.2.1",
"Language": "csharp",
"Website": "https://github.com/JohnTheGr8/Wox.Plugin.Github",
"IcoPath": "icon.png",
Expand Down

0 comments on commit ddbf89c

Please sign in to comment.