Skip to content

Commit

Permalink
Merge pull request #13 from felginep/release/v4.0.0
Browse files Browse the repository at this point in the history
Release/v4.0.0
  • Loading branch information
felginep authored Sep 15, 2020
2 parents 82e1f28 + 283cd80 commit 8e8b89a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [4.0.0]

### Added
- Use `ADCoordinator` dependency in coordinator files

### Fixed
- Use `active_support` instead of `rails` dependency
- Add dev dependencies

## [3.0.0]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ccios (3.0.0)
ccios (4.0.0)
activesupport (> 4)
mustache (~> 1.0)
xcodeproj (~> 1.4)
Expand Down
2 changes: 1 addition & 1 deletion ccios.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'ccios'
s.version = '3.0.0'
s.version = '4.0.0'
s.executables << 'ccios'
s.date = '2016-08-03'
s.summary = "Clean Code iOS Generator"
Expand Down

0 comments on commit 8e8b89a

Please sign in to comment.