Skip to content

Commit

Permalink
Bumped version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tantalum73 committed Apr 26, 2020
1 parent 6ed738c commit 16bfb69
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Audiograph.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Audiograph'
s.version = '0.4.0'
s.version = '0.5.0'
s.summary = 'Audio-Feedback on Charts for visually impaired Users'

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
Audiograph adheres to [Semantic Versioning](http://semver.org/).

## Next Release:

## 0.5.0 (26.04.2020):
- Covered edge case where the input data does not contain enough distint y-coordinates and a steady line is played.
- Completion Utterance is now only read once, even though the autiograph was started multiple times.
- Setting diagnostics output to false by default.
Expand Down
4 changes: 2 additions & 2 deletions iOS Example/iOS Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.4.0;
MARKETING_VERSION = 0.5.0;
PRODUCT_BUNDLE_IDENTIFIER = "de.anerma.iOS-Example";
PRODUCT_NAME = "Audiograph Test";
SWIFT_VERSION = 5.0;
Expand All @@ -366,7 +366,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.4.0;
MARKETING_VERSION = 0.5.0;
PRODUCT_BUNDLE_IDENTIFIER = "de.anerma.iOS-Example";
PRODUCT_NAME = "Audiograph Test";
SWIFT_VERSION = 5.0;
Expand Down

0 comments on commit 16bfb69

Please sign in to comment.