Skip to content

Commit

Permalink
Create 1.0.1 release. (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes committed Sep 6, 2024
1 parent 8c6cbe4 commit 5383dfa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog][changelog], and this project adheres
to [Semantic Versioning][versioning].

## [Unreleased]
## [1.0.1]

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion configsql.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'configsl'
s.version = '1.0.0'
s.version = '1.0.1'
s.licenses = ['MIT']
s.summary = 'A simple DSL for declarative configuration in ruby.'
s.description = 'A simple, modular, extensible DSL for configuration.'
Expand Down
2 changes: 1 addition & 1 deletion lib/configsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
require_relative 'configsl/config'

module ConfigSL
VERSION = '1.0.0'
VERSION = '1.0.1'
end

0 comments on commit 5383dfa

Please sign in to comment.