Skip to content

Commit

Permalink
fix(metanav/fix-scaling): use semantic versioning in package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Oct 25, 2022
1 parent e35bdf0 commit e327a0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ package app.revanced.patches.metanav.scaling.annotations
import app.revanced.patcher.annotation.Compatibility
import app.revanced.patcher.annotation.Package

@Compatibility([Package("com.metanav", arrayOf("1.0"))])
@Compatibility([Package("com.metanav", arrayOf("0.1.0"))])
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
annotation class FixScalingCompatibility {
}
internal annotation class FixScalingCompatibility
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,8 @@ import app.revanced.patcher.patch.annotations.Patch
import app.revanced.patches.metanav.scaling.annotations.FixScalingCompatibility
import org.w3c.dom.Element

/**
* Fixes the scaling in the Metaverse Navigator app for Persona 5, aka "metaNav"
*
* @author halotroop2288
*/
@Patch
@Name("fix-metanav-scaling")
@Name("fix-scaling")
@Description("Scales the content properly.")
@FixScalingCompatibility
@Version("0.0.1")
Expand Down

0 comments on commit e327a0e

Please sign in to comment.