Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgrammer committed Jan 29, 2024
1 parent 6179ec0 commit 6182494
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ Explore seamless integration with MTN Open API using this Ruby gem. For in-depth

Install the gem and add to the application's Gemfile by executing:

$ bundle add mtn_open_api -v 0.0.1
$ bundle add mtn_open_api -v 0.1.1

OR
```
gem 'mtn_open_api', '0.0.1'
gem 'mtn_open_api', '0.1.1'
```

If bundler is not being used to manage dependencies, install the gem by executing:

$ gem install mtn_open_api -v 0.0.1
$ gem install mtn_open_api -v 0.1.1

## Usage

Expand Down
2 changes: 1 addition & 1 deletion lib/mtn_open_api/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module MtnOpenApi
VERSION = "0.0.1"
VERSION = "0.1.1"
NAME = 'mtn_open_api'
end
6 changes: 3 additions & 3 deletions readme-template
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ Explore seamless integration with MTN Open API using this Ruby gem. For in-depth

Install the gem and add to the application's Gemfile by executing:

$ bundle add mtn_open_api -v 0.0.1
$ bundle add mtn_open_api -v 0.1.1

OR
```
gem 'mtn_open_api', '0.0.1'
gem 'mtn_open_api', '0.1.1'
```

If bundler is not being used to manage dependencies, install the gem by executing:

$ gem install mtn_open_api -v 0.0.1
$ gem install mtn_open_api -v 0.1.1

## Usage

Expand Down

0 comments on commit 6182494

Please sign in to comment.