Skip to content

Commit

Permalink
Updating version to 0.2.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ashish29dec committed Dec 12, 2020
1 parent 2cd3836 commit 7e4baad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Check out [our tech talk on StringPacks from DroiCon SF 2019](https://youtu.be/n
dependencies {
...
...
implementation 'com.whatsapp.stringpacks:stringpacks:0.1.0'
implementation 'com.whatsapp.stringpacks:stringpacks:0.2.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion library/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Maven specific properties
GROUP=com.whatsapp.stringpacks
LIBRARY_VERSION_NAME=0.1.0
LIBRARY_VERSION_NAME=0.2.0

# Maven artifact information
POM_ARTIFACT_ID=stringpacks
Expand Down

0 comments on commit 7e4baad

Please sign in to comment.