Skip to content

Commit 86598ba

Browse files
committed
Update version 1.4.5
1 parent f4b1d8b commit 86598ba

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add the dependency to your core project:
2525
```groovy
2626
dependencies {
2727
...
28-
implementation 'com.github.raeleus.stripe:stripe:1.4.4'
28+
implementation 'com.github.raeleus.stripe:stripe:1.4.5'
2929
}
3030
```
3131

@@ -38,7 +38,7 @@ project(":html") {
3838
3939
dependencies {
4040
...
41-
implementation 'com.github.raeleus.stripe:stripe:1.4.4:sources'
41+
implementation 'com.github.raeleus.stripe:stripe:1.4.5:sources'
4242
}
4343
}
4444
```
@@ -67,7 +67,7 @@ Add the dependency to your core project:
6767
```groovy
6868
dependencies {
6969
...
70-
implementation 'com.github.raeleus.stripe:colorpicker:1.4.4'
70+
implementation 'com.github.raeleus.stripe:colorpicker:1.4.5'
7171
}
7272
```
7373

@@ -80,7 +80,7 @@ project(":html") {
8080
8181
dependencies {
8282
...
83-
implementation 'com.github.raeleus.stripe:colorpicker:1.4.4:sources'
83+
implementation 'com.github.raeleus.stripe:colorpicker:1.4.5:sources'
8484
implementation "com.github.tommyettinger:textratypist:0.8.0:sources"
8585
implementation "com.github.tommyettinger:regexodus:0.1.13:sources"
8686
}
@@ -111,7 +111,7 @@ Add the dependency to your core project:
111111
```groovy
112112
dependencies {
113113
...
114-
implementation 'com.github.raeleus.stripe:freetype:1.4.4'
114+
implementation 'com.github.raeleus.stripe:freetype:1.4.5'
115115
}
116116
```
117117
Ensure that you have FreeType implemented in your project. Please refer to the [libGDX wiki](https://libgdx.com/wiki/articles/dependency-management-with-gradle#freetypefont-gradle).
@@ -125,7 +125,7 @@ project(":html") {
125125
126126
dependencies {
127127
...
128-
implementation 'com.github.raeleus.stripe:freetype:1.4.4:sources'
128+
implementation 'com.github.raeleus.stripe:freetype:1.4.5:sources'
129129
}
130130
}
131131
```

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515
allprojects {
1616

1717
group = 'com.github.raeleus.stripe'
18-
version = '1.4.4'
18+
version = '1.4.5'
1919

2020
ext {
2121
appName = "stripe"

0 commit comments

Comments
 (0)