Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
BlazingRockStorm committed Nov 9, 2024
1 parent 6b7bab8 commit 5373d28
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 2 deletions.
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

<!--
Below are a few steps it'd be super if you could follow.
If you can't do all of these, don't worry, but if you can it'll help us
resolve your bug faster!
-->

## What Ruby version are you using?

Ruby version:

<!--
You can run
```
bundle exec ruby --version
```
-->

## Observed behaviour

<!--
please provide a concise description of the behaviour you are observing
-->

## Expected behaviour

<!--
Please provide a description of what you expect to be happening, and how that
differs from the current behaviour.
-->
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''

---

<!--
Feature requests or general requests for help should first go to our google group:
[email protected]. We use that as our primary location for higher level
RSpec discussions.
-->

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
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:
sentiment-ai (0.0.2.beta)
sentiment-ai (0.0.3.beta)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/sentiment_ai/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SentimentAI
VERSION = '0.0.2.beta'
VERSION = '0.0.3.beta'
end

0 comments on commit 5373d28

Please sign in to comment.