Skip to content

Commit

Permalink
Tagging 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed May 8, 2022
1 parent fd04594 commit b2b0d1d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[1.1.1-SNAPSHOT]
[1.2.0]
- Allow music/sfx quality to be specified (defaults to Medium)

[1.1.0]
- Add excludes pattern matching
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "org.mini2Dx:gradle-mini2Dx-mgcb:1.1.0"
classpath "org.mini2Dx:gradle-mini2Dx-mgcb:1.2.0"
}
}
Expand Down Expand Up @@ -58,6 +58,9 @@ mgcb {
//By default it searches for the following folders with the assets directory:
//music , tracks , soundtrack
musicDirectory = file('../path/to/assets/music')
sfxQuality = "High"
musicQuality = "High"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

group = 'org.mini2Dx'
version = '1.1.0'
version = '1.2.0'
description = 'mini2Dx gradle plugin for generating a MonoGame Content Builder project for mini2Dx assets'

dependencies {
Expand Down

0 comments on commit b2b0d1d

Please sign in to comment.