We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6961b3f commit a9c709fCopy full SHA for a9c709f
ext/cbson/version.h
@@ -14,4 +14,4 @@
14
* limitations under the License.
15
*/
16
17
-#define VERSION "1.0.1"
+#define VERSION "1.0.4"
lib/bson.rb
@@ -2,10 +2,10 @@
2
3
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
4
5
-MINIMUM_BSON_EXT_VERSION = "1.0.1"
+MINIMUM_BSON_EXT_VERSION = "1.0.4"
6
7
module BSON
8
- VERSION = "1.0.3"
+ VERSION = "1.0.4"
9
def self.serialize(obj, check_keys=false, move_id=false)
10
BSON_CODER.serialize(obj, check_keys, move_id)
11
end
lib/mongo.rb
@@ -3,7 +3,7 @@
module Mongo
0 commit comments