Skip to content

Commit

Permalink
v3.2.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
Jomy10 committed Jan 13, 2024
1 parent cbe6431 commit cc8afc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ end

**recommended way**:
```sh
gem install beaver --source https://gem.jomy.dev -v "3.1.3"
gem install beaver --source https://gem.jomy.dev -v "3.2.0"
```

Or through **github packages** (requires authentication):
Expand Down
2 changes: 1 addition & 1 deletion beaver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require 'rake'

Gem::Specification.new do |s|
s.name = 'beaver'
s.version = '3.1.3'
s.version = '3.2.0'
s.summary = "build system"
s.description = %{Beaver is an easy to understand build tool with a lot of capabilities. Documentation and examples on [github](https://github.com/jomy10/beaver).}
s.homepage = "https://github.com/jomy10/beaver"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/0-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ at your fingertips when creating your build scripts.

**recommended way**:
```sh
gem install beaver --source https://gem.jomy.dev -v "3.1.3"
gem install beaver --source https://gem.jomy.dev -v "3.2.0"
```

Or through **github packages** (requires authentication):
Expand Down

0 comments on commit cc8afc3

Please sign in to comment.