Skip to content

Commit

Permalink
v2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislee0419 committed Aug 19, 2020
1 parent 2124443 commit 21381aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.3.3")]
[assembly: AssemblyFileVersion("2.3.3")]
[assembly: AssemblyVersion("2.3.4")]
[assembly: AssemblyFileVersion("2.3.4")]
10 changes: 5 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"$schema": "https://raw.githubusercontent.com/beat-saber-modding-group/BSIPA-MetadataFileSchema/master/Schema.json",
"author": "hello",
"description": "Adds automatically refreshing search results and song filtering.",
"gameVersion": "1.9.1",
"gameVersion": "1.11.0",
"id": "EnhancedSearchAndFilters",
"name": "EnhancedSearchAndFilters",
"version": "2.3.3",
"version": "2.3.4",
"features": [],
"dependsOn": {
"SongCore": "^2.9.6",
"BeatSaberMarkupLanguage": "^1.3.2",
"BS Utils": "^1.4.10"
"SongCore": "^2.9.10",
"BeatSaberMarkupLanguage": "^1.3.4",
"BS Utils": "^1.4.11"
}
}

0 comments on commit 21381aa

Please sign in to comment.