Skip to content

Commit 3916b7b

Browse files
committed
Update CodeView version from 1.3.7 to 1.3.8
1 parent c733b27 commit 3916b7b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
```
66
dependencies {
7-
implementation 'io.github.amrdeveloper:codeview:1.3.7'
7+
implementation 'io.github.amrdeveloper:codeview:1.3.8'
88
}
99
```
1010

@@ -22,6 +22,6 @@ allprojects {
2222
Step 2: Add the dependency
2323
```
2424
dependencies {
25-
implementation 'com.github.AmrDeveloper:CodeView:1.3.7'
25+
implementation 'com.github.AmrDeveloper:CodeView:1.3.8'
2626
}
2727
```

scripts/publish-module.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'signing'
33

44
ext {
55
PUBLISH_GROUP_ID = 'io.github.amrdeveloper'
6-
PUBLISH_VERSION = '1.3.7'
6+
PUBLISH_VERSION = '1.3.8'
77
PUBLISH_ARTIFACT_ID = 'codeview'
88
}
99

0 commit comments

Comments
 (0)