Skip to content

Commit ed52041

Browse files
committed
Fix the permission management
1 parent 1f7142a commit ed52041

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Glider
2-
**v1.0.2**
2+
**v1.0.3**
33

44
This is a Java Based open source project useful to manage the creation and the storage of your passwords
55
with the **Glider** ecosystem
@@ -24,7 +24,7 @@ allprojects {
2424

2525
```gradle
2626
dependencies {
27-
implementation 'com.github.N7ghtm4r3:Glider:1.0.2'
27+
implementation 'com.github.N7ghtm4r3:Glider:1.0.3'
2828
}
2929
```
3030

@@ -46,7 +46,7 @@ dependencies {
4646
<dependency>
4747
<groupId>com.github.N7ghtm4r3</groupId>
4848
<artifactId>Glider</artifactId>
49-
<version>1.0.2</version>
49+
<version>1.0.3</version>
5050
</dependency>
5151
```
5252

@@ -61,6 +61,7 @@ This project will be constantly developed to reach different platforms to work o
6161
- <a href="https://github.com/N7ghtm4r3/Glider-Android#readme">Android</a> -> **available!**
6262
- iOS
6363
- <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>
6465

6566
## Usages
6667

src/main/java/com/tecknobit/glider/helpers/GliderLauncher.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ public GliderLauncher() throws Exception {
350350
hConfigs.getInt(SessionKeys.hostPort.name()),
351351
bRunInLocalhost);
352352
} catch (SaveData e) {
353-
// TODO: 13/05/2023 REPLACE WITH SAVE DATA METHOD BEFORE RELEASE e.getMethodName();
354353
JSONObject session = new JSONObject(e.getLocalizedMessage().replace("Note: is not an error, but is an alert!\n" +
355354
"Please you should safely save: ", ""));
356355
configs.getJSONObject("glider").put(SessionKeys.session.name(), session);

0 commit comments

Comments
 (0)