Skip to content

Commit

Permalink
Go for version 1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Abnaxos committed Jan 8, 2017
1 parent 42b774d commit bbfabb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -23,7 +23,7 @@ wrapper {
gradleVersion = '2.12'
}

ext.componentBaseVersion = '1.3'
ext.componentBaseVersion = '1.4'
ext.docletBaseVersion = '1.4'
def snapshot(boolean snapshot) {
return snapshot ? '-SNAPSHOT' : ''
Expand Down
2 changes: 1 addition & 1 deletion integrations/idea-plugin/build.gradle
Expand Up @@ -2,7 +2,7 @@ configurations {
packaged
}

version = componentBaseVersion + '-2' + snapshot(true)
version = componentBaseVersion + '-0' + snapshot(true)

dependencies {
compile docletProject
Expand Down

0 comments on commit bbfabb4

Please sign in to comment.