Skip to content

Commit 5c36dbe

Browse files
committed
Bump version, fix license
1 parent b6862d8 commit 5c36dbe

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.rdoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
=== 1.4.0
2+
3+
* Enhancements
4+
* Better aggregator support
5+
6+
* Bugfixes
7+
* Various
8+
19
=== 1.3.13
210

311
* Enancements

lib/sqlite3/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module SQLite3
22

3-
VERSION = '1.3.13'
3+
VERSION = '1.4.0'
44

55
module VersionProxy
66

rakelib/gem.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ HOE = Hoe.spec 'sqlite3' do
1313
developer 'Luis Lavena', 'luislavena@gmail.com'
1414
developer 'Aaron Patterson', 'aaron@tenderlovemaking.com'
1515

16-
license "BSD-3"
16+
license "BSD-3-Clause"
1717

1818
self.readme_file = 'README.rdoc'
1919
self.history_file = 'CHANGELOG.rdoc'

0 commit comments

Comments
 (0)