Skip to content

Commit 7e4baad

Browse files
committed
Updating version to 0.2.0
Summary: We are planning to release new version of StringPacks to open source that will have some bug fixes (but not mmap) Updating version of the library to 0.2.0 This Diff is on top of `rWASP6b09ba9823f7` commit in StringPacks repo. I created a local branch off of this commit and created this Diff on top of it. Reviewed By: Ider Differential Revision: D25485788 fbshipit-source-id: 481f2a6
1 parent 2cd3836 commit 7e4baad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Check out [our tech talk on StringPacks from DroiCon SF 2019](https://youtu.be/n
3939
dependencies {
4040
...
4141
...
42-
implementation 'com.whatsapp.stringpacks:stringpacks:0.1.0'
42+
implementation 'com.whatsapp.stringpacks:stringpacks:0.2.0'
4343
}
4444
```
4545

library/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Maven specific properties
1010
GROUP=com.whatsapp.stringpacks
11-
LIBRARY_VERSION_NAME=0.1.0
11+
LIBRARY_VERSION_NAME=0.2.0
1212

1313
# Maven artifact information
1414
POM_ARTIFACT_ID=stringpacks

0 commit comments

Comments
 (0)