Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Bump stripe version for multi-subscriptions for customers #7

Merged
merged 2 commits into from Feb 6, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion StripeGrailsPlugin.groovy
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/
class StripeGrailsPlugin {
def version = "2.5"
def version = "2.6"
def grailsVersion = "1.3.7 > *"
def loadAfter = ['resources', 'jquery']

Expand Down
2 changes: 1 addition & 1 deletion grails-app/conf/BuildConfig.groovy
Expand Up @@ -12,7 +12,7 @@ grails.project.dependency.resolution = {
}

dependencies {
compile 'com.stripe:stripe-java:1.6.4'
compile 'com.stripe:stripe-java:1.7.1'
}

plugins {
Expand Down