Skip to content

Commit 6485c14

Browse files
committed
Prepare new release
1 parent e1ee2a5 commit 6485c14

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22

33
## Version 0.1.0
44

5-
Released on *2023-01-10*
5+
Released on *2023-01-11*
66

77
### Migration:
88

9-
- Project migrated from the main miniconnect repo
9+
- Project migrated from the main `miniconnect` repo
1010
- Split to two projects: `repl` (a little neutral REPL framework) and `client`
11+
12+
### Improved:
13+
14+
- New `regexbee` version

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
11
# MiniConnect client
22

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+
```

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ allprojects {
3232
group 'hu.webarticum.miniconnect.client'
3333
version automaticVersion
3434

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'
3737

3838
repositories {
3939
mavenCentral()

0 commit comments

Comments
 (0)