diff --git a/Jenkinsfile b/Jenkinsfile index 323e086..4cfa9de 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,6 +19,8 @@ pipeline { sh ''' #!/bin/bash unset WORKSPACE + unset WORKSPACE_TMP + dart pub get dart doc tar -cvf docs.tgz doc/api/* ''' diff --git a/pubspec.yaml b/pubspec.yaml index 6bac7d1..d74ef83 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: libac_dart description: "Aria's Creations code library" -version: 1.2.070924+2118 +version: 1.2.070924+2145 homepage: "https://zontreck.com"