Bump to 1.0.0
This commit is contained in:
parent
06c4535bac
commit
8e090e0c62
2 changed files with 10 additions and 2 deletions
8
.idea/runConfigurations/tests_in_auth_oauth2_server.xml
Normal file
8
.idea/runConfigurations/tests_in_auth_oauth2_server.xml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<component name="ProjectRunConfigurationManager">
|
||||||
|
<configuration default="false" name="tests in auth_oauth2_server" type="DartTestRunConfigurationType" factoryName="Dart Test" singleton="true" nameIsGenerated="true">
|
||||||
|
<option name="filePath" value="$PROJECT_DIR$" />
|
||||||
|
<option name="scope" value="FOLDER" />
|
||||||
|
<option name="testRunnerOptions" value="-j 4" />
|
||||||
|
<method />
|
||||||
|
</configuration>
|
||||||
|
</component>
|
|
@ -1,8 +1,8 @@
|
||||||
name: angel_oauth2
|
name: angel_oauth2
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
description: angel_auth strategy for in-house OAuth2 login.
|
description: angel_auth strategy for in-house OAuth2 login.
|
||||||
homepage: https://github.com/thosakwe/oauth2_server.git
|
homepage: https://github.com/angel-dart/oauth2.git
|
||||||
version: 1.0.0-alpha+1
|
version: 1.0.0
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=1.19.0"
|
sdk: ">=1.19.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue