Skip to content

Commit

Permalink
Updated snap version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andeplane committed Aug 23, 2017
1 parent 6b7c193 commit 2b81380
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deploy/deploy_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ if [ ! -f ./linuxdeployqt-continuous-x86_64.AppImage ]; then
chmod a+x ./linuxdeployqt-continuous-x86_64.AppImage
fi

mkdir build
cd build
mkdir build-linux
cd build-linux
qmake ../../src DEPLOYLINUX=true
make -j20

Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: atomify
version: "2.0.10"
version: "2.1.0"
summary: Atomify LAMMPS
description: Editor for the molecular dynamics simulator LAMMPS
confinement: strict
Expand Down

0 comments on commit 2b81380

Please sign in to comment.