Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
v1.0.0.alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrehm committed Aug 9, 2014
1 parent 0a017e4 commit 3f7c7ec
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [1.0.0.alpha.3](https://github.com/fgrehm/vagrant-lxc/compare/v1.0.0.alpha.2...master) (unreleased)
## [1.0.0.alpha.3](https://github.com/fgrehm/vagrant-lxc/compare/v1.0.0.alpha.2...v1.0.0.alpha.3) (Aug 9, 2014)

IMPROVEMENTS:

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GIT
PATH
remote: .
specs:
vagrant-lxc (1.0.0.alpha.3.dev)
vagrant-lxc (1.0.0.alpha.3)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ branch.
* Port forwarding via [`redir`](http://linux.die.net/man/1/redir)

As of now, it does not support public / private networks, but [private networks](https://github.com/fgrehm/vagrant-lxc/issues/120)
will be coming along _soon_.
will be coming along with the final 1.0.0 release.

## Requirements

Expand Down Expand Up @@ -49,7 +49,7 @@ disable checksum offloading as described on [this comment](https://github.com/fg
On Vagrant 1.5+:

```
vagrant plugin install vagrant-lxc --plugin-version 1.0.0.alpha.2
vagrant plugin install vagrant-lxc --plugin-version 1.0.0.alpha.3
```

On Vagrant < 1.5:
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-lxc/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Vagrant
module LXC
VERSION = "1.0.0.alpha.3.dev"
VERSION = "1.0.0.alpha.3"
end
end

0 comments on commit 3f7c7ec

Please sign in to comment.