Skip to content

Commit

Permalink
updates version
Browse files Browse the repository at this point in the history
  • Loading branch information
jejacks0n committed Jul 22, 2023
1 parent f9b1164 commit f4d6993
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Schemattr

[![Gem Version](https://img.shields.io/gem/v/schemattr.svg)](http://badge.fury.io/rb/schemattr)
[![Gem Version](https://badge.fury.io/rb/schemattr.svg)](https://badge.fury.io/rb/schemattr)
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)

[![Build Status](https://img.shields.io/travis/jejacks0n/schemattr.svg)](https://travis-ci.org/jejacks0n/schemattr)
[![Code Climate](https://codeclimate.com/github/jejacks0n/schemattr/badges/gpa.svg)](https://codeclimate.com/github/jejacks0n/schemattr)
[![Test Coverage](https://codeclimate.com/github/jejacks0n/schemattr/badges/coverage.svg)](https://codeclimate.com/github/jejacks0n/schemattr)
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)

Schemattr is an ActiveRecord extension that provides a helpful schema-less attribute DSL. It can be used to define a
simple schema for a single attribute that can change over time without having to migrate existing data.
Expand Down
2 changes: 1 addition & 1 deletion lib/schemattr/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def self.version

module VERSION
MAJOR = 0
MINOR = 1
MINOR = 2
TINY = 0
PRE = nil

Expand Down

0 comments on commit f4d6993

Please sign in to comment.