Skip to content

Commit da32d04

Browse files
committed
v2.1.1
1 parent fc757ce commit da32d04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SmartImage.Lib/SearchClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public static BaseSearchEngine[] GetAllSearchEngines()
180180
public event EventHandler<SearchResultEventArgs> ResultCompleted;
181181

182182
public event EventHandler SearchCompleted;
183-
public event PropertyChangedEventHandler PropertyChanged;
183+
184184
}
185185

186186
public sealed class SearchResultEventArgs : EventArgs

SmartImage/SmartImage.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
<PropertyGroup>
4949
<PackageId>SmartImage</PackageId>
50-
<Version>2.1.0</Version>
50+
<Version>2.1.1</Version>
5151
<Authors>Read Stanton (Decimation)</Authors>
5252
<PackageTags>Image reverse search identification source sauce</PackageTags>
5353
<RepositoryUrl>https://github.com/Decimation/SmartImage</RepositoryUrl>

0 commit comments

Comments
 (0)