Skip to content

Commit

Permalink
fix version in build.grade, not picked up after plugin upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mike42 committed Aug 29, 2021
1 parent 9396d85 commit 8ea79ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ intellij {
}

patchPluginXml {
changeNotes = """This change adds a project template for generic 6502 projects."""
changeNotes = """This change adds a project template for generic 6502 projects, plus compatibility with 2021.2 IDE releases."""
version = '1.2'
sinceBuild='211.6693'
}

runIde {

debugOptions {
enabled = true
port = 5005
Expand Down

0 comments on commit 8ea79ae

Please sign in to comment.