Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mallowigi committed Feb 6, 2018
1 parent df48935 commit a1e30fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright (c) 2017 Chris Magnussen and Elior Boukhobza
* Copyright (c) 2018 Chris Magnussen and Elior Boukhobza
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -121,7 +121,7 @@ intellij {

patchPluginXml {
version "$version"
sinceBuild System.getenv("pluginSinceBuild") ?: '181.1055.1'
sinceBuild System.getenv("pluginSinceBuild") ?: '181.3494.1'
changeNotes file("$projectDir/docs/CHANGELOG.html").text
// untilBuild System.getenv("pluginUntilBuild") ?: untilBuildP
}
Expand Down

0 comments on commit a1e30fb

Please sign in to comment.