Skip to content

Commit a9c709f

Browse files
committed
BUMP 1.0.4
1 parent 6961b3f commit a9c709f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ext/cbson/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
* limitations under the License.
1515
*/
1616

17-
#define VERSION "1.0.1"
17+
#define VERSION "1.0.4"

lib/bson.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
44

5-
MINIMUM_BSON_EXT_VERSION = "1.0.1"
5+
MINIMUM_BSON_EXT_VERSION = "1.0.4"
66

77
module BSON
8-
VERSION = "1.0.3"
8+
VERSION = "1.0.4"
99
def self.serialize(obj, check_keys=false, move_id=false)
1010
BSON_CODER.serialize(obj, check_keys, move_id)
1111
end

lib/mongo.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
44

55
module Mongo
6-
VERSION = "1.0.3"
6+
VERSION = "1.0.4"
77
end
88

99
module Mongo

0 commit comments

Comments
 (0)