Skip to content

Commit d4db1c5

Browse files
authored
Merge pull request #14 from Irineu333/release/v1.0.3
Release/v1.0.3 feat : add scheme scope Each scheme has a scope, which is the region it highlights, and other schemes can be added to its scope and only process within that scope.
2 parents 933c5ba + 7f959c5 commit d4db1c5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.idea/vcs.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

highlight/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
minSdk 21
1111
targetSdk 31
1212
versionCode 3
13-
versionName "1.0.2"
13+
versionName "1.0.3"
1414

1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
consumerProguardFiles "consumer-rules.pro"
@@ -48,7 +48,7 @@ afterEvaluate {
4848
// You can then customize attributes of the publication as shown below.
4949
groupId = 'com.github.Irineu333'
5050
artifactId = 'highlight'
51-
version = '1.0.2'
51+
version = '1.0.3'
5252
}
5353
}
5454
}

0 commit comments

Comments
 (0)