Skip to content

Commit

Permalink
all: bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisain committed Mar 8, 2021
1 parent 8db87e7 commit fc67d63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
UPCOMING
1.1.0
-----

* Changed `AtInternetRegistrar.getInstance()`'s type to AtInternetDispatcher so that methods specific to this dispatcher can be easily called.
Expand Down
2 changes: 1 addition & 1 deletion atinternet-dispatcher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
minSdkVersion 15
targetSdkVersion 29
versionCode 1
versionName "1.0.0"
versionName "1.1.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-rules.pro'
Expand Down

0 comments on commit fc67d63

Please sign in to comment.