Skip to content

Commit

Permalink
Update to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JaciBrunning committed May 14, 2015
1 parent 1c607d5 commit 646a55e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,14 @@ uploadArchives {
}

pom {
groupId = project.group
version = project.version
artifactId = project.archivesBaseName
project {
name project.archivesBaseName
packaging 'jar'
description 'Toast API Module Loader '
}
groupId = project.group
version = project.version
artifactId = project.archivesBaseName
project {
name project.archivesBaseName
packaging 'jar'
description 'Toast API Module Loader '
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.settings
Original file line number Diff line number Diff line change
@@ -1 +1 @@
toast.version=1.3.3
toast.version=1.4.0
2 changes: 1 addition & 1 deletion src/main/resources/assets/toast/toast.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.3
1.4.0

0 comments on commit 646a55e

Please sign in to comment.