We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954a523 commit ba12998Copy full SHA for ba12998
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## [1.4.1]-SNAPSHOT
+## [1.4.1] - 2024-11-29
4
5
### New features and improvements
6
README.md
@@ -17,7 +17,7 @@ Add the dependency
17
<dependency>
18
<groupId>io.github.dj-raven</groupId>
19
<artifactId>swing-datetime-picker</artifactId>
20
- <version>1.4.0</version>
+ <version>1.4.1</version>
21
</dependency>
22
```
23
pom.xml
@@ -6,7 +6,7 @@
7
8
9
- <version>1.4.1-SNAPSHOT</version>
10
11
<properties>
12
<maven.compiler.source>1.8</maven.compiler.source>
0 commit comments