Skip to content

Commit

Permalink
Updated gem version to 1.0.1 in README.md and version file
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisheksarka committed Dec 12, 2024
1 parent 7cc692d commit 82027ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# APICraft Rails
[![Build](https://github.com/apicraft-dev/apicraft-rails/actions/workflows/build.yml/badge.svg)](https://github.com/apicraft-dev/apicraft-rails/actions/workflows/build.yml)
[![Gem Version](https://d25lcipzij17d.cloudfront.net/badge.png?id=rb&r=r&ts=1683906897&type=3e&v=1.0.0&x2=0)](https://badge.fury.io/rb/apicraft-rails)
[![Gem Version](https://d25lcipzij17d.cloudfront.net/badge.png?id=rb&r=r&ts=1683906897&type=3e&v=1.0.1&x2=0)](https://badge.fury.io/rb/apicraft-rails)

🚀 Accelerates your development by 2-3x with an API Design First approach. Seamlessly integrates with your Rails application server — no fancy tooling or expenses required.

Expand Down Expand Up @@ -74,7 +74,7 @@ By adopting an API Design First approach with APICraft Rails, you can accelerate
Add this line to your application's Gemfile:

```ruby
gem 'apicraft-rails', '~> 1.0.0'
gem 'apicraft-rails', '~> 1.0.1'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/apicraft/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Current version of Apicraft.
module Apicraft
VERSION = "1.0.0"
VERSION = "1.0.1"
end

0 comments on commit 82027ea

Please sign in to comment.