File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/com/tecknobit/glider/helpers Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Glider
2
- ** v1.0.2 **
2
+ ** v1.0.3 **
3
3
4
4
This is a Java Based open source project useful to manage the creation and the storage of your passwords
5
5
with the ** Glider** ecosystem
@@ -24,7 +24,7 @@ allprojects {
24
24
25
25
``` gradle
26
26
dependencies {
27
- implementation 'com.github.N7ghtm4r3:Glider:1.0.2 '
27
+ implementation 'com.github.N7ghtm4r3:Glider:1.0.3 '
28
28
}
29
29
```
30
30
@@ -46,7 +46,7 @@ dependencies {
46
46
<dependency >
47
47
<groupId >com.github.N7ghtm4r3</groupId >
48
48
<artifactId >Glider</artifactId >
49
- <version >1.0.2 </version >
49
+ <version >1.0.3 </version >
50
50
</dependency >
51
51
```
52
52
@@ -61,6 +61,7 @@ This project will be constantly developed to reach different platforms to work o
61
61
- <a href =" https://github.com/N7ghtm4r3/Glider-Android#readme " >Android</a > -> ** available!**
62
62
- iOS
63
63
- <a href =" https://github.com/N7ghtm4r3/Glider-Desktop " >Desktop Glider version</a > -> ** available!**
64
+ - <a href =" https://github.com/N7ghtm4r3/Glider/tree/main/documd/GliderBackend.md " >Backend service "out-of-the-box"</a >
64
65
65
66
## Usages
66
67
Original file line number Diff line number Diff line change @@ -350,7 +350,6 @@ public GliderLauncher() throws Exception {
350
350
hConfigs .getInt (SessionKeys .hostPort .name ()),
351
351
bRunInLocalhost );
352
352
} catch (SaveData e ) {
353
- // TODO: 13/05/2023 REPLACE WITH SAVE DATA METHOD BEFORE RELEASE e.getMethodName();
354
353
JSONObject session = new JSONObject (e .getLocalizedMessage ().replace ("Note: is not an error, but is an alert!\n " +
355
354
"Please you should safely save: " , "" ));
356
355
configs .getJSONObject ("glider" ).put (SessionKeys .session .name (), session );
You can’t perform that action at this time.
0 commit comments