Skip to content

Commit

Permalink
Bumped release to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jzeferino committed Feb 27, 2018
1 parent 0f54205 commit 55aad0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Bintray deploy automator clean and build your project's modules and then for eac

1. Create a configuration file named `configuration.json` like the one below.

```json
```
{
"basePath": "./project", // The path of your project
"version": "0.0.5", // The new version of project to be uploaded
"version": "0.1.0", // The new version of project to be uploaded
// The list of modules to be uploaded to the bintray
"modules": [
"module-2",
Expand All @@ -28,12 +28,15 @@ Bintray deploy automator clean and build your project's modules and then for eac
```

2. Download the latest [release](https://github.com/massivedisaster/bintray-deploy-automator/releases).
3. Execute `java -jar BintrayDeployAutomator-0.0.5.jar -u Username -k Key`
3. Execute `java -jar BintrayDeployAutomator-0.1.0.jar -u Username -k Key`

### Generate release JAR

Run `jar` task from gradle.

* Linux/macOS: `./gradlew jar`
* Windows: `gradlew.bat jar`

### License

[MIT LICENSE](LICENSE.md)
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.massivedisaster.bintraydeployautomator.Automator'
version '0.0.5'
version '0.1.0'
apply from: "$project.rootDir/updateReadme.gradle"

apply plugin: 'java'
Expand Down

0 comments on commit 55aad0f

Please sign in to comment.