Skip to content

Commit

Permalink
Set version to '0.1.0'.
Browse files Browse the repository at this point in the history
  • Loading branch information
dimamo5 committed May 31, 2019
1 parent 03d8961 commit c2cd7fb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

### Infrastructural


## [0.1.0] - 2019-05-31
### Added
- Basic Track and Match functionality ([#3](https://github.com/velocidi/velocidi-android-sdk/pull/3)).
- Domain models for tracking events ([#4](https://github.com/velocidi/velocidi-android-sdk/pull/4)).
Expand Down
2 changes: 1 addition & 1 deletion velocidi-sdk/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.0.1-SNAPSHOT
version=0.1.0
2 changes: 1 addition & 1 deletion velocidi-sdk/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ release {

git {
signTag = true
requireBranch = 'travis-ci'
requireBranch = 'master'
pushToRemote = ''
}
}
Expand Down

0 comments on commit c2cd7fb

Please sign in to comment.