Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
Version set to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sothmann committed Mar 20, 2016
1 parent 91192b5 commit 65cd59c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Build script snippet for use in all Gradle versions:
}
}
dependencies {
classpath "de.richsource.gradle.plugins:typescript-gradle-plugin:1.8.0-SNAPSHOT"
classpath "de.richsource.gradle.plugins:typescript-gradle-plugin:1.8.0"
}
}

Expand All @@ -43,7 +43,7 @@ Build script snippet for use in all Gradle versions:
Build script snippet for new, incubating, plugin mechanism introduced in Gradle 2.1:

plugins {
id "de.richsource.gradle.plugins.typescript" version "1.8.0-SNAPSHOT"
id "de.richsource.gradle.plugins.typescript" version "1.8.0"
}


Expand Down
2 changes: 1 addition & 1 deletion examples/JavaTypescriptWebapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ buildscript {
}
}
dependencies {
classpath 'de.richsource.gradle.plugins:typescript-gradle-plugin:1.8.0-SNAPSHOT'
classpath 'de.richsource.gradle.plugins:typescript-gradle-plugin:1.8.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/ts15options/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ buildscript {
}
}
dependencies {
classpath 'de.richsource.gradle.plugins:typescript-gradle-plugin:1.8.0-SNAPSHOT'
classpath 'de.richsource.gradle.plugins:typescript-gradle-plugin:1.8.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/tsconfigjson/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ buildscript {
}
}
dependencies {
classpath 'de.richsource.gradle.plugins:typescript-gradle-plugin:1.8.0-SNAPSHOT'
classpath 'de.richsource.gradle.plugins:typescript-gradle-plugin:1.8.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.8.0-SNAPSHOT
version=1.8.0

0 comments on commit 65cd59c

Please sign in to comment.