File tree Expand file tree Collapse file tree 3 files changed +23
-5
lines changed Expand file tree Collapse file tree 3 files changed +23
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Version 0.1.0
4
4
5
- Released on * 2023-01-10 *
5
+ Released on * 2023-01-11 *
6
6
7
7
### Migration:
8
8
9
- - Project migrated from the main miniconnect repo
9
+ - Project migrated from the main ` miniconnect ` repo
10
10
- Split to two projects: ` repl ` (a little neutral REPL framework) and ` client `
11
+
12
+ ### Improved:
13
+
14
+ - New ` regexbee ` version
Original file line number Diff line number Diff line change 1
1
# MiniConnect client
2
2
3
- Command line client for miniConnect
3
+ Command line REPL client for miniConnect
4
+
5
+ ## Usage
6
+
7
+ You can connect a miniConnect server with the ` micl ` or ` miniconnect-client ` command:
8
+
9
+ ``` bash
10
+ micl
11
+ ```
12
+
13
+ In case of custom server and port:
14
+
15
+ ``` bash
16
+ micl server.local:9876
17
+ ```
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ allprojects {
32
32
group ' hu.webarticum.miniconnect.client'
33
33
version automaticVersion
34
34
35
- ext. miniConnectApiVersion = ' 0.1.0-SNAPSHOT '
36
- ext. miniConnectVersion = ' 0.3.1-SNAPSHOT '
35
+ ext. miniConnectApiVersion = ' 0.1.0'
36
+ ext. miniConnectVersion = ' 0.4.0 '
37
37
38
38
repositories {
39
39
mavenCentral()
You can’t perform that action at this time.
0 commit comments