+ Next major release will be v4.5 (big version jump because we drop Java 7 support)
+ Create new stable branch for scripting (since we no longer support Java 7)
This commit is contained in:
parent
a66ccc2b0e
commit
660772dd2a
|
@ -1,6 +1,6 @@
|
||||||
# application settings
|
# application settings
|
||||||
application.name: FileBot
|
application.name: FileBot
|
||||||
application.version: 4.2
|
application.version: 4.5
|
||||||
application.revision: @{svn.revision}
|
application.revision: @{svn.revision}
|
||||||
|
|
||||||
# application updates
|
# application updates
|
||||||
|
@ -8,7 +8,7 @@ update.url: http://app.filebot.net/update.xml
|
||||||
donate.url: http://www.filebot.net/donate.html
|
donate.url: http://www.filebot.net/donate.html
|
||||||
|
|
||||||
# base URL for resolving script resources
|
# base URL for resolving script resources
|
||||||
script.fn: https://raw.githubusercontent.com/filebot/scripts/v4.1/%s.groovy
|
script.fn: https://raw.githubusercontent.com/filebot/scripts/v4.5/%s.groovy
|
||||||
script.dev: https://raw.githubusercontent.com/filebot/scripts/devel/%s.groovy
|
script.dev: https://raw.githubusercontent.com/filebot/scripts/devel/%s.groovy
|
||||||
|
|
||||||
# google analytics
|
# google analytics
|
||||||
|
|
Loading…
Reference in New Issue