From ca9cfaa45a8a3c40441f00c9303e64a19dd10629 Mon Sep 17 00:00:00 2001 From: Zhenjie Yan Date: Sun, 29 Jan 2023 21:01:20 +0800 Subject: [PATCH] Release v2.1.11. --- README.md | 8 ++++---- build.gradle | 2 +- gradle.properties | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2d79c90..31d4988 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ buildscript { } dependencies { - classpath 'com.yanzhenjie.andserver:plugin:2.1.10' + classpath 'com.yanzhenjie.andserver:plugin:2.1.11' ... } } @@ -148,8 +148,8 @@ apply plugin: 'com.yanzhenjie.andserver' ... dependencies { - implementation 'com.yanzhenjie.andserver:api:2.1.10' - annotationProcessor 'com.yanzhenjie.andserver:processor:2.1.10' + implementation 'com.yanzhenjie.andserver:api:2.1.11' + annotationProcessor 'com.yanzhenjie.andserver:processor:2.1.11' ... } ``` @@ -163,7 +163,7 @@ Before submitting pull requests, contributors must abide by the [agreement](./CO ## License ```text -Copyright 2021 Zhenjie Yan +Copyright Zhenjie Yan Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/build.gradle b/build.gradle index 054fafa..2a4631a 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:3.6.3' - classpath 'com.yanzhenjie.andserver:plugin:2.1.10' + classpath 'com.yanzhenjie.andserver:plugin:2.1.11' } } diff --git a/gradle.properties b/gradle.properties index 3ef1d24..8f14751 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ android.useAndroidX=true POM_GROUP_ID=com.yanzhenjie.andserver -POM_VERSION=2.1.10 +POM_VERSION=2.1.11 POM_DESCRIPTION=Android web server.