Skip to content

Commit 6c86cfb

Browse files
chore(release): 2.0.3 [skip ci]
## [2.0.3](2.0.2...2.0.3) (2021-10-18) ### Bug Fixes * java package version always 1.0.0, current parse version not pushed to server ([#1130](#1130)) ([3c6496a](3c6496a))
1 parent 3c6496a commit 6c86cfb

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.3](https://github.com/parse-community/Parse-SDK-Android/compare/2.0.2...2.0.3) (2021-10-18)
2+
3+
4+
### Bug Fixes
5+
6+
* java package version always 1.0.0, current parse version not pushed to server ([#1130](https://github.com/parse-community/Parse-SDK-Android/issues/1130)) ([3c6496a](https://github.com/parse-community/Parse-SDK-Android/commit/3c6496a2bc8be989f3d1d7f808edc829dea2579e))
7+
18
## [2.0.2](https://github.com/parse-community/Parse-SDK-Android/compare/2.0.1...2.0.2) (2021-10-17)
29

310

gradle.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=2.0.2
2-
android.enableJetifier=true
3-
android.useAndroidX=true
1+
version = 2.0.3
2+
android.enableJetifier = true
3+
android.useAndroidX = true

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-sdk-android",
3-
"version": "0.0.0",
3+
"version": "2.0.3",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/parse-community/Parse-SDK-Android.git"

0 commit comments

Comments
 (0)