Skip to content

Commit 11d8b23

Browse files
committed
Update version to 2.0.0
1 parent cb17db8 commit 11d8b23

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 1.4.7
1+
### 2.0.0
22
* Added SystemCursorListener
33
* Added SplitPaneSystemCursorListener
44
* Added PopTableTextHoverListener

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

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

@@ -80,7 +80,7 @@ project(":html") {
8080
8181
dependencies {
8282
...
83-
implementation 'com.github.raeleus.stripe:colorpicker:1.4.7:sources'
83+
implementation 'com.github.raeleus.stripe:colorpicker:2.0.0: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.7'
114+
implementation 'com.github.raeleus.stripe:freetype:2.0.0'
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.7:sources'
128+
implementation 'com.github.raeleus.stripe:freetype:2.0.0:sources'
129129
}
130130
}
131131
```

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414
allprojects {
1515

1616
group = 'com.github.raeleus.stripe'
17-
version = '1.4.7'
17+
version = '2.0.0'
1818

1919
ext {
2020
appName = "stripe"

0 commit comments

Comments
 (0)