Skip to content

Commit b75b3da

Browse files
committed
fix spelling, update version number
1 parent 144fc84 commit b75b3da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

RakeFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ end
4949
task :default => ['ripple:restore', 'source:update_version', 'build:all']
5050

5151
namespace :ci do
52-
task :run_ci_build => [ 'ripple:restore', build:all', 'docs:build', 'package:all' ]
52+
task :run_ci_build => [ 'ripple:restore', 'build:all', 'docs:build', 'package:all' ]
5353
end
5454

5555
namespace :ripple do

config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"framework_version": 3.5,
3-
"default_version_number": "1.4.1.0",
3+
"default_version_number": "1.5.1.0",
44
"assembly_info":
55
{
6-
"version": "1.4.1-alpha",
6+
"version": "1.5.1-alpha",
77
"title": "Fluent NHibernate for .NET 3.5"
88
},
99
"build":
@@ -19,7 +19,7 @@
1919
"nuspec":
2020
{
2121
"id": "FluentNHibernate.Net35",
22-
"version": "1.4.1-alpha",
22+
"version": "1.5.1-alpha",
2323
"title": "FluentNHibernate for .NET 3.5",
2424
"nhibernate_version_interval": "[3.3.1.4000,4.0)",
2525
"binaries_folder": "net35"

0 commit comments

Comments
 (0)