Skip to content

Commit

Permalink
Merge branch 'Chart'
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeAGomes committed Jan 26, 2022
2 parents 2c9b811 + 7ad76da commit 2d08d1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

---

## [0.5.0](https://github.com/AnTonhoLAB/GGDevelopmentKit/releases/tag/0.5.0) - 2022-01-26
### Added
- GGSimpleBarChart - Add a small chart to help in situations where a small statement needs to be made

## [0.4.1](https://github.com/AnTonhoLAB/GGDevelopmentKit/releases/tag/0.4.1) - 2022-01-13
### Fix
- Navigation - Add equatable to fix tests
Expand Down
2 changes: 1 addition & 1 deletion GGDevelopmentKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |spec|
spec.platform = :ios
spec.ios.deployment_target = '10.0'
spec.name = "GGDevelopmentKit"
spec.version = "0.4.1"
spec.version = "0.5.0"
spec.module_name = 'GGDevelopmentKit'
spec.summary = "All essential code for my applications"

Expand Down

0 comments on commit 2d08d1f

Please sign in to comment.