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

Commit

Permalink
Set version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Mazur committed Mar 19, 2015
1 parent cdc2520 commit e097a01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apply plugin: 'nexus'
apply plugin: 'project-report'

group = 'com.stanfy.spoon'
version = '1.0.0-SNAPSHOT'
version = '1.0.0'

jar {
manifest {
Expand Down
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ buildscript {

dependencies {
classpath 'com.android.tools.build:gradle:1.1.3'
classpath 'com.stanfy.spoon:spoon-gradle-plugin:1.0.0-SNAPSHOT'
classpath 'com.stanfy.spoon:spoon-gradle-plugin:1.0.0'
}
}

0 comments on commit e097a01

Please sign in to comment.