Skip to content

Commit 3513f83

Browse files
committed
Updated version to 1.4.4
1 parent 9f6100d commit 3513f83

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 1.4.4
2+
* Fixed javadoc build. Thanks TEttinger!
3+
14
### 1.4.3
25
* Updated Regexodus to 0.1.5.
36
* Updated Textratypist to 0.8.0.

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.3'
28+
implementation 'com.github.raeleus.stripe:stripe:1.4.4'
2929
}
3030
```
3131

@@ -38,7 +38,7 @@ project(":html") {
3838
3939
dependencies {
4040
...
41-
implementation 'com.github.raeleus.stripe:stripe:1.4.3:sources'
41+
implementation 'com.github.raeleus.stripe:stripe:1.4.4: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.3'
70+
implementation 'com.github.raeleus.stripe:colorpicker:1.4.4'
7171
}
7272
```
7373

@@ -80,7 +80,7 @@ project(":html") {
8080
8181
dependencies {
8282
...
83-
implementation 'com.github.raeleus.stripe:colorpicker:1.4.3:sources'
83+
implementation 'com.github.raeleus.stripe:colorpicker:1.4.4:sources'
8484
implementation "com.github.tommyettinger:textratypist:0.7.5: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.3'
114+
implementation 'com.github.raeleus.stripe:freetype:1.4.4'
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.3:sources'
128+
implementation 'com.github.raeleus.stripe:freetype:1.4.4: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.3'
18+
version = '1.4.4'
1919

2020
ext {
2121
appName = "stripe"

0 commit comments

Comments
 (0)