mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Add missing modules and bump version
This commit is contained in:
parent
becda111b0
commit
37760e06fd
4 changed files with 6 additions and 1 deletions
3
dist/changelogs/0.4.27.md
vendored
Normal file
3
dist/changelogs/0.4.27.md
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
- Add ability to create desktop shortcuts for shell connections
|
||||
- Improve terminal integration on MacOS
|
||||
- Many bug fixes
|
1
ext/jdbc/build.gradle
Normal file
1
ext/jdbc/build.gradle
Normal file
|
@ -0,0 +1 @@
|
|||
plugins { id 'java' }
|
1
ext/jdbc/src/main/java/module-info.java
Normal file
1
ext/jdbc/src/main/java/module-info.java
Normal file
|
@ -0,0 +1 @@
|
|||
module io.xpipe.ext.jdbc {}
|
2
version
2
version
|
@ -1 +1 @@
|
|||
0.4.26
|
||||
0.4.27
|
Loading…
Reference in a new issue