Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nate1280 committed Jan 22, 2021
1 parent 7d99b02 commit 3e15171
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions NoFailCheck/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("NoFailCheck")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyCopyright("Copyright © 2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -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("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
10 changes: 5 additions & 5 deletions NoFailCheck/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"$schema": "https://raw.githubusercontent.com/nike4613/ModSaber-MetadataFileSchema/master/Schema.json",
"author": "nate1280",
"description": "Ever get tired of starting a song with No Fail on, and getting annoyed, let this mod annoy you instead to remind you!",
"gameVersion": "1.12.2",
"gameVersion": "1.13.2",
"id": "NoFailCheck",
"name": "NoFailCheck",
"version": "1.5.0",
"version": "1.6.0",
"dependsOn": {
"BSIPA": "^4.1.3",
"BS Utils": "^1.6.0",
"BeatSaberMarkupLanguage": "^1.4.0"
"BSIPA": "^4.1.4",
"BS Utils": "^1.7.0",
"BeatSaberMarkupLanguage": "^1.4.5"
}
}

0 comments on commit 3e15171

Please sign in to comment.